Change 1text multiline's Background image
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_normal.edc
index 5cefbe0..4bd342f 100644 (file)
@@ -42,8 +42,8 @@
          GENLIST_PART_BASE( GENLIST_HEIGHT_93_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.swallow.end";
             clip_to: "disclip";
             type: SWALLOW;
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.swallow.end";
             clip_to: "disclip";
             type: SWALLOW;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
       }
    }
 
-   group { name: "elm/genlist/item/1icon/with_no_line/default";
-      alias: "elm/genlist/item_odd/1icon/with_no_line/default";
-      alias: "elm/genlist/item_compress/1icon/with_no_line/default";
-      alias: "elm/genlist/item_compress_odd/1icon/with_no_line/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon";
-      parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
-            scale: 1;
-            description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
-            }
-         }
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-            }
-         }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-      }
-   }
-
-   group { name: "elm/genlist/item/1icon/default";
-      alias: "elm/genlist/item_odd/1icon/default";
-      alias: "elm/genlist/item_compress/1icon/default";
-      alias: "elm/genlist/item_compress_odd/1icon/default";
-      inherit: "elm/genlist/item/1icon/with_no_line/default";
-      parts {
-         part { name: "bottom_line";
-            insert_after: "elm.padding.right";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               visible: 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 0.0 1.0;
-                  offset: 0 -1;
-               }
-            }
-         }
-      }
-   }
-
-// 3.1.1
+// Tizen Theme -------------------------------------------------------------------
+// 2.2.1.1
    group { name: "elm/genlist/item/1text/default";
       alias: "elm/genlist/item_odd/1text/default";
       alias: "elm/genlist/item_compress/1text/default";
       alias: "elm/genlist/item_compress_odd/1text/default";
+
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "flips" "elm.flip.content";
+      data.item: "flips" "elm.flip.icon elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_DISCLIP
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_FLIP
          part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
-                  min: 0 1;
+                  max: 1 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,active
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
-
+// 2.2.1.1 (textblock)
    group { name: "elm/genlist/item_compress/1text.tb/default";
       inherit: "elm/genlist/item/1text/default";
       parts {
          part { name: "elm.text";
-            clip_to: "disclip";
             type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
                align: 0.0 0.5;
                text {
                   style: "genlist_default_textblock_style";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
+               // FIXME: Why color textblock of is not changed by text.style?
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
                text.style: "genlist_default_textblock_selected_style";
             }
             GENLIST_DESCRIPTION_INVISIBLE_SELECTED
          }
       }
    }
+// scaled automatically by icon size
+// 2.2.1.5
+// 2.2.1.6
+// 2.2.1.7
+   group { name: "elm/genlist/item/1text.1icon/default";
+      alias: "elm/genlist/item_odd/1text.1icon/default";
+      alias: "elm/genlist/item_compress/1text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon/default";
+         alias: "elm/genlist/item/1text.1icon.4/default";
+      alias: "elm/genlist/item_odd/1text.1icon.4/default";
+      alias: "elm/genlist/item_compress/1text.1icon.4/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
 
-   group { name: "elm/genlist/item/1text.2/default";
-      alias: "elm/genlist/item_odd/1text.2/default";
-      alias: "elm/genlist/item_compress/1text.2/default";
-      alias: "elm/genlist/item_compress_odd/1text.2/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+      inherit: "elm/genlist/item/1text/default";
+
+      data.item: "contents" "elm.icon";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "temp_center_line"; //temporary
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
+         part { name: "elm.text";
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 0.0 0.5;
-                  to: "base";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
+                  offset: -GENLIST_PADDING_SIZE_DEFAULT 0;
                }
+            }
+            description { state: "selected" 0.0;
                rel2 {
-                  relative: 1.0 0.5;
-                  to: "base";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
+                  offset: -GENLIST_PADDING_SIZE_DEFAULT 0;
                }
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.icon";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
-            multiline: 0;
             description { state: "default" 0.0;
                fixed: 1 1;
+               align: 1.0 0.5;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-                  to_y: "temp_center_line";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                }
                rel2 {
-                  relative: 0.0 0.5;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "temp_center_line";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
+         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+      }
+   }
+// 2.2.1.4
+   group { name: "elm/genlist/item/1text.1icon.6/default";
+      alias: "elm/genlist/item_odd/1text.1icon.6/default";
+      alias: "elm/genlist/item_compress/1text.1icon.6/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon.6/default";
+      inherit: "elm/genlist/item/1text.1icon/default";
+
+      parts {
+         part { name: "elm.icon";
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               min: 0 GENLIST_TEXT_BTN_HEIGHT;
+                          max: 0 GENLIST_TEXT_BTN_HEIGHT;
+
+            }
          }
-         GENLIST_PROGRAM_FLIP_1TEXT
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
+// 2.2.1.8
+   group { name: "elm/genlist/item/1text.1icon.5/default";
+      alias: "elm/genlist/item_odd/1text.1icon.5/default";
+      alias: "elm/genlist/item_compress/1text.1icon.5/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
+      inherit: "elm/genlist/item/1text.1icon/default";
 
-// 3.1.2
-   group { name: "elm/genlist/item/2text/default";
-      alias: "elm/genlist/item_odd/2text/default";
-      alias: "elm/genlist/item_compress/2text/default";
-      alias: "elm/genlist/item_compress_odd/2text/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
+      parts {
+         part { name: "elm.icon";
+            description { state: "default" 0.0;
+               rel1.offset: GENLIST_PADDING_SIZE_DEFAULT 0;
+               rel2.offset: GENLIST_PADDING_SIZE_DEFAULT 0;
+            }
+         }
       }
+   }
+
+// Scalable icon
+   group { name: "elm/genlist/item/1text.1icon.1/default";
+      alias: "elm/genlist/item_odd/1text.1icon.1/default";
+      alias: "elm/genlist/item_compress/1text.1icon.1/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon.1/default";
+      inherit: "elm/genlist/item/1text.1icon/default";
+
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
+         part { name: "elm.text";
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon";
+                  offset: GENLIST_PADDING_SIZE_DEFAULT 0;
+               }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
-               align: 1.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+
+         }
+         part { name: "elm.icon";
+            description { state: "default" 0.0;
+               align: 0.0 0.5;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+               }
+            }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text2.left";
+      }
+   }
+
+// 2.2.1.9
+   group { name: "elm/genlist/item/1text.2icon.3/default";
+      alias: "elm/genlist/item_odd/1text.2icon.3/default";
+      alias: "elm/genlist/item_compress/1text.2icon.3/default";
+      alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
+            type: SWALLOW;
             clip_to: "disclip";
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.left";
             type: RECT;
-            mouse_events: 0;
+            clip_to: "disclip";
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.text.2";
+               visible: 0;
+               rel1.to_x: "elm.icon.1";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.text.2";
+                  to_x: "elm.icon.1";
                }
-               visible: 0;
-               align: 1.0 0.5;
+               align: 1.0 0.0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.padding.icon1.left2";
+            type: RECT;
             clip_to: "disclip";
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_64_INC 0;
+               fixed: 1 0;
+               visible: 0;
+               rel1.to_x: "elm.icon.1";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
+               }
+               align: 1.0 0.0;
+            }
+         }
+         part { name: "elm.text";
             type: TEXT;
+            clip_to: "disclip";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.padding.icon1.left2";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
+                  max: 1 0;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.text.right";
+            type: RECT;
+            clip_to: "disclip";
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.text";
+               }
+               rel2.to_x: "elm.text";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2.rect";
+            type: RECT;
+            clip_to: "disclip";
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon1.left";
+               }
+               align: 0.0 0.5;
+               color: 0 0 0 0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon.2";
+            type: SWALLOW;
+            clip_to: "disclip";
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1.to: "elm.icon.2.rect";
+               rel2.to: "elm.icon.2.rect";
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.3
-   group { name: "elm/genlist/item/2text.6/default";
-      alias: "elm/genlist/item_odd/2text.6/default";
-      alias: "elm/genlist/item_compress/2text.6/default";
-      alias: "elm/genlist/item_compress_odd/2text.6/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+   group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
+      inherit: "elm/genlist/item/1text.2icon.3/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.2";
+         part { name: "elm.text";
+            type: TEXTBLOCK;
             clip_to: "disclip";
-            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon1.left2";
                }
-               align: 1.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_default_textblock_style";
                   min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
+                  max: 1 0;
+                  align: 0.0 0.5;
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text2.left";
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
+      }
+   }
+
+
+// 2.2.1.10
+// 2.2.1.20
+   group { name: "elm/genlist/item/1text.1icon.2/default";
+      alias: "elm/genlist/item_odd/1text.1icon.2/default";
+      alias: "elm/genlist/item_compress/1text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
+      inherit: "elm/genlist/item/1text.1icon.1/default";
+
+      parts {
+         part { name: "elm.icon";
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.text.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.2";
-               }
-               visible: 0;
-               align: 1.0 0.5;
+               fixed: 1 1;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.1";
+      }
+   }
+
+// 2.2.1.10 textblock
+   group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
+      inherit: "elm/genlist/item/1text.1icon.2/default";
+      parts {
+         part { name: "elm.text";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               align: 0.0 0.5;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.icon";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.padding.right";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  style: "genlist_default_textblock_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
+               // FIXME: Why is not textblock changed by text.style?
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
       }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
+   }
+
+// 2.2.1.16
+   group { name: "elm/genlist/item/1text.1icon.3/default";
+      alias: "elm/genlist/item_odd/1text.1icon.3/default";
+      alias: "elm/genlist/item_compress/1text.1icon.3/default";
+      alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
+      inherit: "elm/genlist/item/1text.1icon.1/default";
+
+      parts {
+         part { name: "elm.icon";
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               min: GENLIST_ICON_CHECK_SIZE GENLIST_ICON_CHECK_SIZE;
+               max: GENLIST_ICON_CHECK_SIZE GENLIST_ICON_CHECK_SIZE;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-//3.1.4
-   group { name: "elm/genlist/item/1text.1icon/default";
-      alias: "elm/genlist/item_odd/1text.1icon/default";
-      alias: "elm/genlist/item_compress/1text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/1text.1icon/default";
+
+// 2.2.1.13
+// 2.2.1.14
+// 2.2.1.15
+   group { name: "elm/genlist/item/1text.2icon/default";
+      alias: "elm/genlist/item_odd/1text.2icon/default";
+      alias: "elm/genlist/item_compress/1text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/1text.2icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+               }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.icon2.left";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.5
-   group { name: "elm/genlist/item/1text.1icon.4/default";
-      alias: "elm/genlist/item_odd/1text.1icon.4/default";
-      alias: "elm/genlist/item_compress/1text.1icon.4/default";
-      alias: "elm/genlist/item_compress_odd/1text.1icon.4/default";
+// 2.2.1.18
+   group { name: "elm/genlist/item/1text.2icon.2/default";
+      alias: "elm/genlist/item_odd/1text.2icon.2/default";
+      alias: "elm/genlist/item_compress/1text.2icon.2/default";
+      alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                }
-               align: 1.0 0.5;
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+               }
+               rel2.to_x: "elm.padding.icon1.right";
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.right";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon2.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.8
-   group { name: "elm/genlist/item/1text.1icon.5/default";
-      alias: "elm/genlist/item_odd/1text.1icon.5/default";
-      alias: "elm/genlist/item_compress/1text.1icon.5/default";
-      alias: "elm/genlist/item_compress_odd/1text.1icon.5/default";
+// 3.1.14
+   group { name: "elm/genlist/item/1text.2icon.6/default";
+      alias: "elm/genlist/item_odd/1text.2icon.6/default";
+      alias: "elm/genlist/item_compress/1text.2icon.6/default";
+      alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+               }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.icon2.left";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.9
-   group { name: "elm/genlist/item/1text.2icon.3/default";
-      alias: "elm/genlist/item_odd/1text.2icon.3/default";
-      alias: "elm/genlist/item_compress/1text.2icon.3/default";
-      alias: "elm/genlist/item_compress_odd/1text.2icon.3/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+   group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
+      inherit: "elm/genlist/item/1text.2icon.6/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
-            type: SWALLOW;
+         part { name: "elm.text";
             clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               fixed: 1 1;
                rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.left";
-            type: RECT;
-            clip_to: "disclip";
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               visible: 0;
-               rel1.to_x: "elm.icon.1";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.1";
+               align: 0.0 0.5;
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
                }
-               align: 1.0 0.0;
             }
-         }
-         part { name: "elm.padding.icon1.left2";
-            type: RECT;
-            clip_to: "disclip";
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_64_INC 0;
-               fixed: 1 0;
-               visible: 0;
-               rel1.to_x: "elm.icon.1";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.1";
-               }
-               align: 1.0 0.0;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text";
-            type: TEXT;
+      }
+   }
+
+// 2Text -------------------------------------------------------------------------
+// 2.2.1.2
+   group { name: "elm/genlist/item/2text/default";
+      alias: "elm/genlist/item_odd/2text/default";
+      alias: "elm/genlist/item_compress/2text/default";
+      alias: "elm/genlist/item_compress_odd/2text/default";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "flips" "elm.flip.icon elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_DISCLIP
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_FLIP
+         part { name: "elm.text.1";
             clip_to: "disclip";
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon1.left2";
+                  to_x: "elm.text.2";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
-                  max: 1 0;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text.right";
-            type: RECT;
+         part { name: "elm.text.2";
             clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
+               min: GENLIST_TEXT2_WIDTH_MIN 0;
+               align: 1.0 0.5;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.text";
-               }
-               rel2.to_x: "elm.text";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2.rect";
-            type: RECT;
-            clip_to: "disclip";
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon1.left";
+                  to_x: "elm.padding.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
                }
-               align: 0.0 0.5;
-               color: 0 0 0 0;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.icon.2";
-            type: SWALLOW;
-            clip_to: "disclip";
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon.2.rect";
-               rel2.to: "elm.icon.2.rect";
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
       }
       programs {
-         program { name: "go_active";
+       program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text";
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/1text.2icon.3.tb/default";
-      inherit: "elm/genlist/item/1text.2icon.3/default";
+// 2.2.1.3
+   group { name: "elm/genlist/item/2text.6/default";
+      alias: "elm/genlist/item_odd/2text.6/default";
+      alias: "elm/genlist/item_compress/2text.6/default";
+      alias: "elm/genlist/item_compress_odd/2text.6/default";
+      inherit: "elm/genlist/item/2text/default";
+
       parts {
-         part { name: "elm.text";
-            type: TEXTBLOCK;
-            clip_to: "disclip";
-            mouse_events: 0;
-            scale: 1;
+         part { name: "elm.text.2";
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon1.left2";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
-                  min: 0 1;
-                  max: 1 0;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
       }
    }
 
-// 3.1.10
-   group { name: "elm/genlist/item/1text.1icon.2/default";
-      alias: "elm/genlist/item_odd/1text.1icon.2/default";
-      alias: "elm/genlist/item_compress/1text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/1text.1icon.2/default";
+
+// 2.2.1.11
+// 3.1.11
+   group { name: "elm/genlist/item/2text.1icon/default";
+      alias: "elm/genlist/item_odd/2text.1icon/default";
+      alias: "elm/genlist/item_compress/2text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_133_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.right";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text2.left";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.text.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.text2.left";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
-      inherit: "elm/genlist/item/1text.1icon.2/default";
+// 2.2.1.12
+   group { name: "elm/genlist/item/2text.1icon.6/default";
+      alias: "elm/genlist/item_odd/2text.1icon.6/default";
+      alias: "elm/genlist/item_compress/2text.1icon.6/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "elm.text";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-      }
-   }
-
-
-// 3.1.11
-   group { name: "elm/genlist/item/2text.1icon/default";
-      alias: "elm/genlist/item_odd/2text.1icon/default";
-      alias: "elm/genlist/item_compress/2text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.right";
                }
                align: 1.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.text2.left";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
                fixed: 1 0;
                rel1.to_x: "elm.text.2";
                rel2 {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
       }
    }
 
-// 3.1.12
-   group { name: "elm/genlist/item/2text.1icon.6/default";
-      alias: "elm/genlist/item_odd/2text.1icon.6/default";
-      alias: "elm/genlist/item_compress/2text.1icon.6/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.6/default";
+
+// 3.1.19
+   group { name: "elm/genlist/item/1text.3icon/default";
+      alias: "elm/genlist/item_odd/1text.3icon/default";
+      alias: "elm/genlist/item_compress/1text.3icon/default";
+      alias: "elm/genlist/item_compress_odd/1text.3icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-               }
+               rel2.to_x: "elm.padding.left";
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.1";
                }
-               rel2.to_x: "elm.icon";
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+               }
+               rel2.to_x: "elm.padding.icon1.right";
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+               }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
                align: 1.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text2.left";
+         part { name: "elm.padding.icon3.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.text.2";
+               rel1.to_x: "elm.icon.3";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.text.2";
+                  to_x: "elm.icon.3";
                }
+               align: 1.0 0.0;
                visible: 0;
-               align: 1.0 0.5;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.icon2.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.padding.icon3.left";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_3ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.13
-   group { name: "elm/genlist/item/1text.2icon/default";
-      alias: "elm/genlist/item_odd/1text.2icon/default";
-      alias: "elm/genlist/item_compress/1text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/1text.2icon/default";
+// 3.1.24
+   group { name: "elm/genlist/item/1text.3icon.2/default";
+      alias: "elm/genlist/item_odd/1text.3icon.2/default";
+      alias: "elm/genlist/item_compress/1text.3icon.2/default";
+      alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-               }
+               rel2.to_x: "elm.padding.left";
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.icon.1";
                }
                rel2.to_x: "elm.icon.1";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
+         part { name: "elm.icon.3";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
+               rel1.to_x: "elm.padding.right";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.icon.3";
                }
+               rel2.to_x: "elm.icon.3";
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1.to_x: "elm.padding.icon3.left";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon3.left";
                }
                align: 1.0 0.5;
             }
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 0.0 0.0;
                   to_x: "elm.icon.2";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_3ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.14
-   group { name: "elm/genlist/item/1text.2icon.6/default";
-      alias: "elm/genlist/item_odd/1text.2icon.6/default";
-      alias: "elm/genlist/item_compress/1text.2icon.6/default";
-      alias: "elm/genlist/item_compress_odd/1text.2icon.6/default";
+// 3.1.26
+   group { name: "elm/genlist/item/2text.4/default";
+      alias: "elm/genlist/item_odd/2text.4/default";
+      alias: "elm/genlist/item_compress/2text.4/default";
+      alias: "elm/genlist/item_compress_odd/2text.4/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
+               min: GENLIST_SIZE_206_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.right";
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
+         part { name: "elm.padding.text2.left";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+               rel1.to_x: "elm.text.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
                }
-               rel2.to_x: "elm.icon.1";
+               align: 1.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-               }
+               min: 1 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.text2.left";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.text2.left";
                }
                align: 1.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
+         part { name: "elm.padding.text1.right";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
+               rel1.to_x: "vertical_line";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
+                  to_x: "vertical_line";
                }
-               align: 1.0 0.0;
+               align: 1.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  relative: 0.0  1.0;
+                  to_x: "elm.padding.text1.right";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  size: GENLIST_FONT_40_INC;
                   min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  align: 1.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.text.1";
+            target: "elm.flip.content";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+            target: "elm.flip.content";
+         }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
-      inherit: "elm/genlist/item/1text.2icon.6/default";
+// 3.1.27
+   group { name: "elm/genlist/item/2text.5/default";
+      alias: "elm/genlist/item_odd/2text.5/default";
+      alias: "elm/genlist/item_compress/2text.5/default";
+      alias: "elm/genlist/item_compress_odd/2text.5/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "elm.text";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_133_INC 0;
+               fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.left";
                }
+               rel2.to_x: "elm.padding.left";
                align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_default_textblock_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-      }
-   }
-
-   group { name: "elm/genlist/item/1text.1icon.3/default";
-      alias: "elm/genlist/item_odd/1text.1icon.3/default";
-      alias: "elm/genlist/item_compress/1text.1icon.3/default";
-      alias: "elm/genlist/item_compress_odd/1text.1icon.3/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
+         part { name: "elm.padding.text1.right";
+            type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                   relative: 1.0 0.0;
+                   to_x: "elm.text.1";
                }
-               rel2.to_x: "elm.padding.left";
+               rel2.to_x: "elm.text.1";
                align: 0.0 0.5;
+               visible: 0;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.text1.right";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+               }
+               align: 0.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            }
+         }
+         part { name: "elm.padding.text2.left";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
+                   relative: 1.0 0.0;
+                   to_x: "vertical_line";
                }
-               rel2.to_x: "elm.icon";
+               rel2.to_x: "vertical_line";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.text2.left";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0  1.0;
                   to_x: "elm.padding.right";
                }
-               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.text.2";
+            target: "elm.flip.content";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.2";
+            target: "elm.flip.content";
+         }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.17
-   group { name: "elm/genlist/item/1text.2icon.4/default";
-      alias: "elm/genlist/item_odd/1text.2icon.4/default";
-      alias: "elm/genlist/item_compress/1text.2icon.4/default";
-      alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
+// 3.2.1
+   group { name: "elm/genlist/item/2text.2/default";
+      alias: "elm/genlist/item_odd/2text.2/default";
+      alias: "elm/genlist/item_compress/2text.2/default";
+      alias: "elm/genlist/item_compress_odd/2text.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-               }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
-               align: 1.0 0.0;
-               visible: 0;
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.18
-   group { name: "elm/genlist/item/1text.2icon.2/default";
-      alias: "elm/genlist/item_odd/1text.2icon.2/default";
-      alias: "elm/genlist/item_compress/1text.2icon.2/default";
-      alias: "elm/genlist/item_compress_odd/1text.2icon.2/default";
+   group { name: "elm/genlist/item_compress/2text.2.tb/default";
+      inherit: "elm/genlist/item/2text.2/default";
+      parts {
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+      }
+   }
+
+//
+   group { name: "elm/genlist/item/2text.8/default";
+      alias: "elm/genlist/item_odd/2text.8/default";
+      alias: "elm/genlist/item_compress/2text.8/default";
+      alias: "elm/genlist/item_compress_odd/2text.8/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               min: 0 GENLIST_SIZE_61_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.icon.1";
                align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
                }
-               rel2.to_x: "elm.padding.icon1.right";
-               align: 0.0 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.right";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               align: 0.0 0.5;
-               visible: 0;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               align: 0.0 0.0;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  style: "genlist_sub_textblock_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_sub_textblock_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.19
-   group { name: "elm/genlist/item/1text.3icon/default";
-      alias: "elm/genlist/item_odd/1text.3icon/default";
-      alias: "elm/genlist/item_compress/1text.3icon/default";
-      alias: "elm/genlist/item_compress_odd/1text.3icon/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+// 3.2.2
+   group { name: "elm/genlist/item/2text.3/default";
+      alias: "elm/genlist/item_odd/2text.3/default";
+      alias: "elm/genlist/item_compress/2text.3/default";
+      alias: "elm/genlist/item_compress_odd/2text.3/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-               }
-               rel2.to_x: "elm.padding.icon1.right";
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.3";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
+               rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
                }
-               align: 1.0 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon3.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.3";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
-               }
-               align: 1.0 0.0;
-               visible: 0;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.24
-   group { name: "elm/genlist/item/1text.3icon.2/default";
-      alias: "elm/genlist/item_odd/1text.3icon.2/default";
-      alias: "elm/genlist/item_compress/1text.3icon.2/default";
-      alias: "elm/genlist/item_compress_odd/1text.3icon.2/default";
+// 3.2.3
+   group { name: "elm/genlist/item/3text/default";
+      alias: "elm/genlist/item_odd/3text/default";
+      alias: "elm/genlist/item_compress/3text/default";
+      alias: "elm/genlist/item_compress_odd/3text/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.3";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               align: 1.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.text3.left";
             clip_to: "disclip";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+               rel1.to_x: "elm.text.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.3";
                }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.5;
+               align: 1.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.icon.3";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.text3.left";
+                  to_y: "elm.text.3";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
                rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.icon.3";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.icon.3";
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.icon3.left";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               align: 0.0 0.5;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
-               }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_3ICON
+         GENLIST_PROGRAM_FLIP_3TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.26
-   group { name: "elm/genlist/item/2text.4/default";
-      alias: "elm/genlist/item_odd/2text.4/default";
-      alias: "elm/genlist/item_compress/2text.4/default";
-      alias: "elm/genlist/item_compress_odd/2text.4/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+   group { name: "elm/genlist/item_compress/3text.tb/default";
+      inherit: "elm/genlist/item/3text/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_206_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_default_textblock_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text2.left";
-            type: RECT;
-            mouse_events: 0;
+      }
+   }
+
+// 3.2.4
+   group { name: "elm/genlist/item/2text.1icon.2/default";
+      alias: "elm/genlist/item_odd/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.text.2";
-               rel2 {
+               fixed: 1 1;
+               rel1 {
                   relative: 0.0 1.0;
-                  to_x: "elm.text.2";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.5;
-               visible: 0;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "vertical_line";
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.padding.text2.left";
+               rel1.to_x: "elm.icon";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.icon";
                }
-               align: 1.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               align: 1.0 0.0;
+               visible: 0;
             }
          }
-         part { name: "elm.padding.text1.right";
-            type: RECT;
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "vertical_line";
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "vertical_line";
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.padding.top";
                }
-               align: 1.0 0.5;
-               visible: 0;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0  1.0;
-                  to_x: "elm.padding.text1.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_40_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_roman";
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text.1";
-            target: "elm.flip.content";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.text.1";
-            target: "elm.flip.content";
-         }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.1.27
-   group { name: "elm/genlist/item/2text.5/default";
-      alias: "elm/genlist/item_odd/2text.5/default";
-      alias: "elm/genlist/item_compress/2text.5/default";
-      alias: "elm/genlist/item_compress_odd/2text.5/default";
+// 3.2.5
+   group { name: "elm/genlist/item/2text.1icon.10/default";
+      alias: "elm/genlist/item_odd/2text.1icon.10/default";
+      alias: "elm/genlist/item_compress/2text.1icon.10/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text1.right";
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.text.1";
-               }
-               rel2.to_x: "elm.text.1";
-               align: 0.0 0.5;
-               visible: 0;
-            }
-         }
-         part { name: "vertical_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.padding.text1.right";
+               rel1.to_x: "elm.icon";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text1.right";
-               }
-               align: 0.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-            }
-         }
-         part { name: "elm.padding.text2.left";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "vertical_line";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "vertical_line";
-               align: 0.0 0.5;
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text2.left";
-               }
-               rel2 {
-                  relative: 0.0  1.0;
-                  to_x: "elm.padding.right";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text.2";
-            target: "elm.flip.content";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.text.2";
-            target: "elm.flip.content";
-         }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-// 3.2.1
-   group { name: "elm/genlist/item/2text.2/default";
-      alias: "elm/genlist/item_odd/2text.2/default";
-      alias: "elm/genlist/item_compress/2text.2/default";
-      alias: "elm/genlist/item_compress_odd/2text.2/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.2.tb/default";
-      inherit: "elm/genlist/item/2text.2/default";
+   group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
+      inherit: "elm/genlist/item/2text.1icon.10/default";
       parts {
          part { name: "elm.text.2";
             clip_to: "disclip";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
       }
    }
 
-//
-   group { name: "elm/genlist/item/2text.8/default";
-      alias: "elm/genlist/item_odd/2text.8/default";
-      alias: "elm/genlist/item_compress/2text.8/default";
-      alias: "elm/genlist/item_compress_odd/2text.8/default";
+// 3.2.6
+   group { name: "elm/genlist/item/2text.1icon.3/default";
+      alias: "elm/genlist/item_odd/2text.1icon.3/default";
+      alias: "elm/genlist/item_compress/2text.1icon.3/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.text.1";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_61_INC;
-               fixed: 1 1;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  style: "genlist_default_textblock_style";
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
+               }
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 1 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_sub_textblock_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_sub_textblock_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.2
-   group { name: "elm/genlist/item/2text.3/default";
-      alias: "elm/genlist/item_odd/2text.3/default";
-      alias: "elm/genlist/item_compress/2text.3/default";
-      alias: "elm/genlist/item_compress_odd/2text.3/default";
+// 3.2.7
+   group { name: "elm/genlist/item/3text.1icon/default";
+      alias: "elm/genlist/item_odd/3text.1icon/default";
+      alias: "elm/genlist/item_compress/3text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/3text.1icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.1";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.3";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
+               min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
                rel2 {
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
+               align: 1.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text3.left";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.text.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.3";
+               }
+               align: 1.0 0.5;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.3";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.text.3";
+               }
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.text3.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_FLIP_3TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.3
-   group { name: "elm/genlist/item/3text/default";
-      alias: "elm/genlist/item_odd/3text/default";
-      alias: "elm/genlist/item_compress/3text/default";
-      alias: "elm/genlist/item_compress_odd/3text/default";
+// 3.2.8
+   group { name: "elm/genlist/item/2text.2icon/default";
+      alias: "elm/genlist/item_odd/2text.2icon/default";
+      alias: "elm/genlist/item_compress/2text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.3";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 1.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
+                  to_y: "elm.text.1";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text3.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.text.3";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.3";
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.2";
                }
-               align: 1.0 0.5;
+               rel2.to_x: "elm.icon.2";
+               align: 1.0 0.0;
                visible: 0;
             }
          }
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text3.left";
-                  to_y: "elm.text.3";
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.text.1";
                }
                rel2 {
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/3text.tb/default";
-      inherit: "elm/genlist/item/3text/default";
+// 3.2.9
+   group { name: "elm/genlist/item/2text.7/default";
+      alias: "elm/genlist/item_odd/2text.7/default";
+      alias: "elm/genlist/item_compress/2text.7/default";
+      alias: "elm/genlist/item_compress_odd/2text.7/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "elm.text.2";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-      }
-   }
-
-// 3.2.4
-   group { name: "elm/genlist/item/2text.1icon.2/default";
-      alias: "elm/genlist/item_odd/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.2/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.5
-   group { name: "elm/genlist/item/2text.1icon.10/default";
-      alias: "elm/genlist/item_odd/2text.1icon.10/default";
-      alias: "elm/genlist/item_compress/2text.1icon.10/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.10/default";
+// 3.2.10
+   group { name: "elm/genlist/item/2text.1icon.7/default";
+      alias: "elm/genlist/item_odd/2text.1icon.7/default";
+      alias: "elm/genlist/item_compress/2text.1icon.7/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.7/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.1icon.10.tb/default";
-      inherit: "elm/genlist/item/2text.1icon.10/default";
+   group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
+      inherit: "elm/genlist/item/2text.1icon.7/default";
       parts {
          part { name: "elm.text.2";
             clip_to: "disclip";
       }
    }
 
-// 3.2.6
-   group { name: "elm/genlist/item/2text.1icon.3/default";
-      alias: "elm/genlist/item_odd/2text.1icon.3/default";
-      alias: "elm/genlist/item_compress/2text.1icon.3/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.3/default";
+// 3.2.11
+   group { name: "elm/genlist/item/2text.1icon.11/default";
+      alias: "elm/genlist/item_odd/2text.1icon.11/default";
+      alias: "elm/genlist/item_compress/2text.1icon.11/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.5;
             }
                visible: 0;
             }
          }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.padding.top";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
       }
    }
 
-// 3.2.7
-   group { name: "elm/genlist/item/3text.1icon/default";
-      alias: "elm/genlist/item_odd/3text.1icon/default";
-      alias: "elm/genlist/item_compress/3text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/3text.1icon/default";
+// 3.2.12
+   group { name: "elm/genlist/item/2text.2icon.2/default";
+      alias: "elm/genlist/item_odd/2text.2icon.2/default";
+      alias: "elm/genlist/item_compress/2text.2icon.2/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.3";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text3.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.text.3";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.text.3";
+                  to_x: "elm.icon.2";
                }
-               align: 1.0 0.5;
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon";
+        part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.3";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.top";
                }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.text.3";
-               }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 0;
+               max: GENLIST_SIZE_576_INC 0;
+               fixed: 1 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.text3.left";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
-                  min: 0 1;
+                  min: 1 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
                }
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.text2.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               visible: 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.text.2";
+               }
+               rel2.to_x: "elm.text.2";
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.text2.right";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text2.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.8
-   group { name: "elm/genlist/item/2text.2icon/default";
-      alias: "elm/genlist/item_odd/2text.2icon/default";
-      alias: "elm/genlist/item_compress/2text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon/default";
+// 3.2.13
+   group { name: "elm/genlist/item/2text.1icon.4/default";
+      alias: "elm/genlist/item_odd/2text.1icon.4/default";
+      alias: "elm/genlist/item_compress/2text.1icon.4/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 1.0 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.1";
+               rel2.to_x: "elm.icon";
                align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.9
-   group { name: "elm/genlist/item/2text.7/default";
-      alias: "elm/genlist/item_odd/2text.7/default";
-      alias: "elm/genlist/item_compress/2text.7/default";
-      alias: "elm/genlist/item_compress_odd/2text.7/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+   group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
+      inherit: "elm/genlist/item/2text.1icon.4/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
          part { name: "elm.text.1";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
+                  style: "genlist_default_textblock_style";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Medium";
+                  style: "genlist_default_textblock_style";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-         GENLIST_PROGRAM_FLIP_2TEXT
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.10
-   group { name: "elm/genlist/item/2text.1icon.7/default";
-      alias: "elm/genlist/item_odd/2text.1icon.7/default";
-      alias: "elm/genlist/item_compress/2text.1icon.7/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.7/default";
+// 3.2.14
+   group { name: "elm/genlist/item/3text.1icon.2/default";
+      alias: "elm/genlist/item_odd/3text.1icon.2/default";
+      alias: "elm/genlist/item_compress/3text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
       data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  offset: 0 0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 1.0 0.0;
                   to_x: "elm.icon";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text.3";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_61_INC;
+               max: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
                fixed: 0 1;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
+               align: 1.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  max: 1 0;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text3.left";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.text.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.3";
+               }
+               align: 1.0 0.5;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text3.left";
+                  to_y: "elm.text.3";
+               }
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_3TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.1icon.7.tb/default";
-      inherit: "elm/genlist/item/2text.1icon.7/default";
-      parts {
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-      }
-   }
-
-// 3.2.11
-   group { name: "elm/genlist/item/2text.1icon.11/default";
-      alias: "elm/genlist/item_odd/2text.1icon.11/default";
-      alias: "elm/genlist/item_compress/2text.1icon.11/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.11/default";
+// 3.2.15
+   group { name: "elm/genlist/item/2text.1icon.8/default";
+      alias: "elm/genlist/item_odd/2text.1icon.8/default";
+      alias: "elm/genlist/item_compress/2text.1icon.8/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 1.0 0.0;
                   to_x: "elm.icon";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
       }
    }
 
-// 3.2.12
-   group { name: "elm/genlist/item/2text.2icon.2/default";
-      alias: "elm/genlist/item_odd/2text.2icon.2/default";
-      alias: "elm/genlist/item_compress/2text.2icon.2/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.2/default";
+// 3.2.16
+   group { name: "elm/genlist/item/2text.2icon.3/default";
+      alias: "elm/genlist/item_odd/2text.2icon.3/default";
+      alias: "elm/genlist/item_compress/2text.2icon.3/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.2";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-        part { name: "elm.text.1";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 0;
-               max: GENLIST_SIZE_576_INC 0;
-               fixed: 1 0;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 1 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text2.right";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               visible: 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.text.2";
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.2";
                }
-               rel2.to_x: "elm.text.2";
-               align: 0.0 0.0;
+               rel2.to_x: "elm.icon.2";
+               align: 1.0 0.0;
+               visible: 0;
             }
          }
-         part { name: "elm.icon.1";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.text2.right";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text2.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
       }
    }
 
-// 3.2.13
-   group { name: "elm/genlist/item/2text.1icon.4/default";
-      alias: "elm/genlist/item_odd/2text.1icon.4/default";
-      alias: "elm/genlist/item_compress/2text.1icon.4/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.4/default";
+   group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
+      inherit: "elm/genlist/item/2text.2icon.3/default";
+      parts {
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+      }
+   }
+
+// 3.2.17
+   group { name: "elm/genlist/item/2text.2icon.4/default";
+      alias: "elm/genlist/item_odd/2text.2icon.4/default";
+      alias: "elm/genlist/item_compress/2text.2icon.4/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.1";
                }
-               rel2.to_x: "elm.icon";
+               rel2.to_x: "elm.icon.1";
                align: 0.0 0.0;
                visible: 0;
             }
          }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_2TEXT
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default";
-      inherit: "elm/genlist/item/2text.1icon.4/default";
+   group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
+      inherit: "elm/genlist/item/2text.2icon.4/default";
       parts {
          part { name: "elm.text.1";
             clip_to: "disclip";
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                text.style: "genlist_default_textblock_selected_style";
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
                text {
                   style: "genlist_default_textblock_style";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                text.style: "genlist_default_textblock_selected_style";
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
       }
    }
 
-// 3.2.14
-   group { name: "elm/genlist/item/3text.1icon.2/default";
-      alias: "elm/genlist/item_odd/3text.1icon.2/default";
-      alias: "elm/genlist/item_compress/3text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/3text.1icon.2/default";
+// 3.2.18
+   group { name: "elm/genlist/item/2text.1icon.9/default";
+      alias: "elm/genlist/item_odd/2text.1icon.9/default";
+      alias: "elm/genlist/item_compress/2text.1icon.9/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  offset: 0 0;
                   to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                visible: 0;
             }
          }
-         part { name: "elm.text.3";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 1.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.text3.left";
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.text.3";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.3";
-               }
-               align: 1.0 0.5;
-               visible: 0;
-            }
-         }
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.icon.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text3.left";
-                  to_y: "elm.text.3";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_3TEXT
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.15
-   group { name: "elm/genlist/item/2text.1icon.8/default";
-      alias: "elm/genlist/item_odd/2text.1icon.8/default";
-      alias: "elm/genlist/item_compress/2text.1icon.8/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.8/default";
+// ???
+   group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
+      alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
-               }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
+               min: 0 GENLIST_SIZE_48_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_textblock_sub_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_textblock_sub_selected_style";
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.16
-   group { name: "elm/genlist/item/2text.2icon.3/default";
-      alias: "elm/genlist/item_odd/2text.2icon.3/default";
-      alias: "elm/genlist/item_compress/2text.2icon.3/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.3/default";
+// 3.2.19
+   group { name: "elm/genlist/item/2text.2icon.7/default";
+      alias: "elm/genlist/item_odd/2text.2icon.7/default";
+      alias: "elm/genlist/item_compress/2text.2icon.7/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
                visible: 0;
             }
          }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.2icon.3.tb/default";
-      inherit: "elm/genlist/item/2text.2icon.3/default";
-      parts {
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-      }
-   }
-
-// 3.2.17
-   group { name: "elm/genlist/item/2text.2icon.4/default";
-      alias: "elm/genlist/item_odd/2text.2icon.4/default";
-      alias: "elm/genlist/item_compress/2text.2icon.4/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.4/default";
+// 3.2.20
+   group { name: "elm/genlist/item/2text.2icon.5/default";
+      alias: "elm/genlist/item_odd/2text.2icon.5/default";
+      alias: "elm/genlist/item_compress/2text.2icon.5/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon2.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 1.0 0.0;
                   to_x: "elm.icon.2";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon2.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon2.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.2icon.4.tb/default";
-      inherit: "elm/genlist/item/2text.2icon.4/default";
+// ???
+   group { name: "elm/genlist/item/3text.5icon/default";
+      alias: "elm/genlist/item_odd/3text.5icon/default";
+      alias: "elm/genlist/item_compress/3text.5icon/default";
+      alias: "elm/genlist/item_compress_odd/3text.5icon/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "elm.text.1";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.swallow.colorbar";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               text {
-                  style: "genlist_default_textblock_style";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
+               fixed: 1 1;
+               rel2.relative: 0.0 0.0;
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
+               align: 1.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_default_textblock_style";
+                  font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: 1.0 0.5;
                   text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-      }
-   }
-
-// 3.2.18
-   group { name: "elm/genlist/item/2text.1icon.9/default";
-      alias: "elm/genlist/item_odd/2text.1icon.9/default";
-      alias: "elm/genlist/item_compress/2text.1icon.9/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.9/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.3";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.icon1.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
+               rel1.to_x: "elm.icon.1";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
                }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
+               align: 1.0 0.0;
                visible: 0;
             }
          }
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon1.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.text3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to: "elm.text.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to: "elm.text.3";
+               }
+               align: 1.0 1.0;
+               visible: 0;
+            }
+         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.text3.left";
                   to_y: "elm.padding.bottom";
                }
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.icon2.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.text.2";
+               }
+               rel2.to_x: "elm.text.2";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon4.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.3";
+               }
+               rel2.to_x: "elm.icon.3";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.4";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_3TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
 // ???
-   group { name: "elm/genlist/item_compress/multiline/dialogue/2text/default";
-      alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default";
+   /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
+   group { name: "elm/genlist/item/3text.5icon.2/default";
+      alias: "elm/genlist/item_odd/3text.5icon.2/default";
+      alias: "elm/genlist/item_compress/3text.5icon.2/default";
+      alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
+      data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
-            }
-         }
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.colorbar";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
+               fixed: 1 1;
+               rel2.relative: 0.0 0.0;
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "elm.icon.checkbox";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 1;
+            scale: 1;
+            description { state: "default" 0.0;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  to_y: "elm.padding.bottom";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 0.0 0.5;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.date";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
+               align: 1.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_textblock_sub_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_textblock_sub_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-// 3.2.19
-   group { name: "elm/genlist/item/2text.2icon.7/default";
-      alias: "elm/genlist/item_odd/2text.2icon.7/default";
-      alias: "elm/genlist/item_compress/2text.2icon.7/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.7/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         part { name: "elm.icon.important";
             clip_to: "disclip";
             type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.date";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon.important.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
+               rel1{
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.icon.important";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.important";
                }
-               align: 1.0 0.5;
+               align: 1.0 0.0;
+               visible: 0;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon.checkbox.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.checkbox";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
+                  relative: 1.0 0.0;
+                  to_x:  "elm.icon.checkbox";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text.subject.rect";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon.checkbox.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.important.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.subject";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1.to: "elm.text.subject.rect";
+               rel2.to: "elm.text.subject.rect";
+               align: 0.0 0.0;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  style: "genlist_email_textblock_unread_style";
                   min: 0 1;
+                  max: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_email_textblock_selected_style";
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_read_style";
+            }
+            description { state: "unread" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_unread_style";
+            }
+            description { state: "urgency_read" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_urgency_read_style";
+            }
+            description { state: "urgency_unread" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_urgency_unread_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.name";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.text.subject";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.icon.num.left";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_email_textblock2_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-// 3.2.20
-   group { name: "elm/genlist/item/2text.2icon.5/default";
-      alias: "elm/genlist/item_odd/2text.2icon.5/default";
-      alias: "elm/genlist/item_compress/2text.2icon.5/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.5/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
+               text.style: "genlist_email_textblock2_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon.num.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.num";
+                  to_y: "elm.text.subject";
                }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.num";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
+         part { name: "elm.icon.num";
             clip_to: "disclip";
             type: SWALLOW;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
+               max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.attach.left";
+                  to_y: "elm.text.subject";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.attach.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
+         part { name: "elm.padding.icon.attach.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.attach";
+                  to_y: "elm.text.subject";
                }
-               rel2.to_x: "elm.icon.2";
-               align: 0.0 0.0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.attach";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.icon.attach";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.text.date";
+                  to_y: "elm.text.subject";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.text.date";
+                  to_y: "elm.padding.bottom";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+         part { name: "elm.swallow.outbox.progress";
+            type: SWALLOW;
             scale: 1;
+            mouse_events: 1;
+            repeat_events: 0;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_168_INC 0;
+               fixed: 1 1;
+               color: 0 0 0 0;
+               align: 1.0 0.5;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
-                  to_y: "elm.text.1";
+                  relative: 0.0 1.0;
+                  offset: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
+                  offset: 0 0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text.subject";
+            target: "elm.text.name";
+            target: "elm.text.date";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text.subject";
+            target: "elm.text.name";
+            target: "elm.text.date";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         program { name: "go_read";
+            signal: "elm,state,read";
+            source: "elm";
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.subject";
+         }
+         program { name: "go_unread";
+            signal: "elm,state,unread";
+            source: "elm";
+            action: STATE_SET "unread" 0.0;
+            target: "elm.text.subject";
+         }
+         program { name: "go_urgeny_unread";
+            signal: "elm,state,urgency_unread";
+            source: "elm";
+            action: STATE_SET "urgency_unread" 0.0;
+            target: "elm.text.subject";
+         }
+         program { name: "go_urgency_read";
+            signal: "elm,state,urgency_read";
+            source: "elm";
+            action: STATE_SET "urgency_read" 0.0;
+            target: "elm.text.subject";
+         }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
 // ???
-   group { name: "elm/genlist/item/3text.5icon/default";
-      alias: "elm/genlist/item_odd/3text.5icon/default";
-      alias: "elm/genlist/item_compress/3text.5icon/default";
-      alias: "elm/genlist/item_compress_odd/3text.5icon/default";
+   /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
+   group { name: "elm/genlist/item/4text.8icon/default";
+      alias: "elm/genlist/item_odd/4text.8icon/default";
+      alias: "elm/genlist/item_compress/4text.8icon/default";
+      alias: "elm/genlist/item_compress_odd/4text.8icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar";
+      data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
+      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";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
+         image: "M02_button_06_normal.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
+         GENLIST_PART_BG
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.swallow.colorbar";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.colorbar";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
                align: 0.0 0.0;
             }
          }
-         part { name: "elm.text.3";
+
+         part { name: "elm.icon.checkbox.touch";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
+               max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 0.0 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.1";
+         part { name: "elm.icon.checkbox";
             clip_to: "disclip";
             type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.3";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.left";
+         part { name: "elm.padding.icon.checkbox.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.1";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.checkbox";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.1";
+                  relative: 1.0 0.0;
+                  to_x:  "elm.icon.checkbox";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+
+         part { name: "elm.icon.important";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
+               min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon1.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text3.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to: "elm.text.3";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to: "elm.text.3";
-               }
-               align: 1.0 1.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.2";
+
+         part { name: "elm.icon.important.touch";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.text3.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+
+         part { name: "elm.padding.icon.important.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.text.2";
+               rel1{
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.important";
                }
-               rel2.to_x: "elm.text.2";
-               align: 0.0 0.0;
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.important";
+               }
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
+         part { name: "elm.icon.num";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: IMAGE;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               max: 0 GENLIST_SIZE_SLIDE_60_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.text.1";
+                  relative: 0.0 1.0;
+                  offset: 0 GENLIST_SIZE_8_INC;
+                  to_x: "elm.padding.icon.important.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  offset: 0 GENLIST_SIZE_8_INC;
+                  to_x: "elm.padding.icon.important.left";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.0;
+               image.normal: "M02_button_06_normal.png";
+               image.border: 5 5 5 5;
+            }
+            description { state: "num_enable" 0.0;
+               inherit: "default" 0.0;
+               max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
+               min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+
+         part { name: "elm.text.num";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
+               max: 0 GENLIST_SIZE_SLIDE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
+                  relative: 0.0 1.0;
+                  offset: 0 GENLIST_SIZE_8_INC;
+                  to_x: "elm.padding.icon.important.left";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.icon.2";
-               align: 0.0 0.0;
-               visible: 0;
+               rel2 {
+                  relative: 0.0 1.0;
+                  offset: 0 GENLIST_SIZE_8_INC;
+                  to_x: "elm.padding.icon.important.left";
+                  to_y: "elm.padding.top";
+               }
+               align: 1.0 0.0;
+            }
+            description { state: "num_enable" 0.0;
+               inherit: "default" 0.0;
+               max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
+               min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+               color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.3";
+
+         part { name: "elm.icon.attach";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.text.1";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.num";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.num";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.0;
+            }
+            description { state: "attach_enable" 0.0;
+               inherit: "default" 0.0;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon4.left";
+         part { name: "elm.text.subject";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.3";
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2{
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.attach";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.icon.3";
                align: 0.0 0.0;
-               visible: 0;
+               text {
+                  style: "genlist_email_textblock_unread_style";
+                  min: 0 1;
+                  max: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_selected_style";
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_read_style";
+            }
+            description { state: "unread" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_unread_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.4";
+
+         part { name: "elm.padding.intermediate";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_PADDING_4_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.icon.attach";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x:  "elm.padding.icon.checkbox.right";
+                  to_y: "elm.icon.attach";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.0;
+               visible: 0;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT_2ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
 
-// ???
-   /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */
-   group { name: "elm/genlist/item/3text.5icon.2/default";
-      alias: "elm/genlist/item_odd/3text.5icon.2/default";
-      alias: "elm/genlist/item_compress/3text.5icon.2/default";
-      alias: "elm/genlist/item_compress_odd/3text.5icon.2/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.subject elm.text.name elm.text.date";
-      data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.colorbar";
+         part { name: "elm.icon.priority";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
+               min: 0 GENLIST_SIZE_40_INC;
                fixed: 1 1;
-               rel2.relative: 0.0 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.padding.intermediate";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.padding.intermediate";
+               }
                align: 0.0 0.0;
             }
+            description { state: "priority_enable" 0.0;
+               inherit: "default" 0.0;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.checkbox";
+         part { name: "elm.icon.lastverb";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               max: GENLIST_SIZE_42_INC 0;
+               min: 0 GENLIST_SIZE_40_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.icon.priority";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.checkbox.right";
+                  to_y: "elm.icon.priority";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
             }
+            description { state: "lastverb_enable" 0.0;
+               inherit: "default" 0.0;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+
          part { name: "elm.text.date";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
+               min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
                fixed: 1 1;
                rel1 {
                   to_x: "elm.padding.right";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.important";
+
+         part { name: "elm.icon.appointment";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 1;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC;
+               min: 0 GENLIST_SIZE_40_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.padding.intermediate";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.date";
+                  to_y: "elm.padding.intermediate";
                }
-               align: 1.0 0.5;
+               align: 1.0 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.important.left";
+         part { name: "elm.text.name";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1{
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.important";
+               min: 0 GENLIST_SIZE_40_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.icon.priority";
+                  to_y: "elm.padding.intermediate";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.important";
+                  to_x: "elm.icon.appointment";
+                  to_y: "elm.padding.intermediate";
                }
-               align: 1.0 0.0;
-               visible: 0;
+               align: 0.0 0.0;
+               text {
+                  style: "genlist_email_textblock2_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock2_selected_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.checkbox.right";
+         part { name: "elm.text.preview";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_40_INC;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.checkbox";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.icon.lastverb";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x:  "elm.icon.checkbox";
+                  relative: 0.0 0.0;
+                  to_x: "elm.text.date";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
-               visible: 0;
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_CONTENTS_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_30_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.subject.rect";
-            clip_to: "disclip";
-            type: RECT;
+         part { name: "elm.swallow.outbox.progress";
+            type: SWALLOW;
             scale: 1;
+            mouse_events: 1;
+            repeat_events: 0;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.important.left";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.subject";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1.to: "elm.text.subject.rect";
-               rel2.to: "elm.text.subject.rect";
-               align: 0.0 0.0;
-               text {
-                  style: "genlist_email_textblock_unread_style";
-                  min: 0 1;
-                  max: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_selected_style";
-            }
-            description { state: "read" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_read_style";
-            }
-            description { state: "unread" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_unread_style";
-            }
-            description { state: "urgency_read" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_urgency_read_style";
-            }
-            description { state: "urgency_unread" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_urgency_unread_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.name";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            scale: 1;
-            description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.text.subject";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.num.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-               text {
-                  style: "genlist_email_textblock2_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock2_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.num.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.num";
-                  to_y: "elm.text.subject";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.num";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.num";
-            clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
-               max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.attach.left";
-                  to_y: "elm.text.subject";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.attach.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.attach.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.attach";
-                  to_y: "elm.text.subject";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.attach";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.attach";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.date";
-                  to_y: "elm.text.subject";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.text.date";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.swallow.outbox.progress";
-            type: SWALLOW;
-            scale: 1;
-            mouse_events: 1;
-            repeat_events: 0;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_168_INC 0;
+               min: GENLIST_SIZE_168_INC 0;
                fixed: 1 1;
                color: 0 0 0 0;
                align: 1.0 0.5;
             target: "elm.text.subject";
             target: "elm.text.name";
             target: "elm.text.date";
+            target: "elm.text.preview";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "elm.text.subject";
             target: "elm.text.name";
             target: "elm.text.date";
+            target: "elm.text.preview";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "unread" 0.0;
             target: "elm.text.subject";
          }
-         program { name: "go_urgeny_unread";
-            signal: "elm,state,urgency_unread";
+         program { name: "go_attach";
+            signal: "elm,state,attach";
             source: "elm";
-            action: STATE_SET "urgency_unread" 0.0;
-            target: "elm.text.subject";
+            action: STATE_SET "attach_enable" 0.0;
+            target: "elm.icon.attach";
          }
-         program { name: "go_urgency_read";
-            signal: "elm,state,urgency_read";
+         program { name: "go_priority";
+            signal: "elm,state,priority";
             source: "elm";
-            action: STATE_SET "urgency_read" 0.0;
-            target: "elm.text.subject";
+            action: STATE_SET "priority_enable" 0.0;
+            target: "elm.icon.priority";
+         }
+         program { name: "go_lastverb";
+            signal: "elm,state,lastverb";
+            source: "elm";
+            action: STATE_SET "lastverb_enable" 0.0;
+            target: "elm.icon.lastverb";
+         }
+         program { name: "go_num";
+            signal: "elm,state,num";
+            source: "elm";
+            action: STATE_SET "num_enable" 0.0;
+            target: "elm.icon.num";
+            target: "elm.text.num";
+         }
+         program { name: "click";
+            signal: "mouse,up,1";
+            source: "elm.icon.checkbox.touch";
+            action: SIGNAL_EMIT "elm,action,check,toggle" "";
          }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
+
 // ???
    /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
-   group { name: "elm/genlist/item/4text.8icon/default";
-      alias: "elm/genlist/item_odd/4text.8icon/default";
-      alias: "elm/genlist/item_compress/4text.8icon/default";
-      alias: "elm/genlist/item_compress_odd/4text.8icon/default";
+   group { name: "elm/genlist/item/3text.6icon/default";
+      alias: "elm/genlist/item_odd/3text.6icon/default";
+      alias: "elm/genlist/item_compress/3text.6icon/default";
+      alias: "elm/genlist/item_compress_odd/3text.6icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num";
-      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";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
-         image: "M02_button_06_normal.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_SIZE_160_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.colorbar";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.swallow.colorbar";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
-               fixed: 1 1;
                rel2.relative: 0.0 0.0;
                align: 0.0 0.0;
             }
          }
-
-         part { name: "elm.icon.checkbox.touch";
+         part { name: "elm.text.3";
             clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 1;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               max: GENLIST_PADDING_74_INC GENLIST_SIZE_160_INC;
-               fixed: 1 1;
+               min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
                rel1 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
-            }
-         }
-         part { name: "elm.icon.checkbox";
-            clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 1;
-            scale: 1;
-            description { state: "default" 0.0;
-               max: GENLIST_SIZE_42_INC 0;
-               fixed: 1 1;
+               align: 1.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.text.3";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.0;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.checkbox.right";
+         part { name: "elm.padding.icon1.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.checkbox";
-                  to_y: "elm.padding.top";
-               }
+               rel1.to_x: "elm.icon.1";
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x:  "elm.icon.checkbox";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-
-         part { name: "elm.icon.important";
+         part { name: "elm.text1.rect";
             clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 1;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_61_INC;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.swallow.colorbar";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon1.left";
                   to_y: "elm.padding.top";
                }
-               align: 1.0 0.0;
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1.to: "elm.text1.rect";
+               rel2.to: "elm.text1.rect";
+               align: 0.0 0.0;
+               text {
+                  style: "genlist_email_textblock_unread_style";
+                  min: 0 1;
+                  max: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_selected_style";
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_read_style";
+            }
+            description { state: "unread" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_unread_style";
+            }
+            description { state: "urgency_read" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_urgency_read_style";
+            }
+            description { state: "urgency_unread" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock_urgency_unread_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-
-         part { name: "elm.icon.important.touch";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 1;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_56_INC GENLIST_SIZE_SLIDE_60_INC;
-               fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
+               align: 0.0 0.5;
+               text {
+                  style: "genlist_email_textblock2_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_email_textblock2_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-
-         part { name: "elm.padding.icon.important.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1{
+               rel1 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.important";
+                  to_x: "elm.icon.2";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.important";
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.2";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.num";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: IMAGE;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               max: 0 GENLIST_SIZE_SLIDE_60_INC;
-               fixed: 1 1;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                rel1 {
                   relative: 0.0 1.0;
-                  offset: 0 GENLIST_SIZE_8_INC;
-                  to_x: "elm.padding.icon.important.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  offset: 0 GENLIST_SIZE_8_INC;
-                  to_x: "elm.padding.icon.important.left";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
-               image.normal: "M02_button_06_normal.png";
-               image.border: 5 5 5 5;
-            }
-            description { state: "num_enable" 0.0;
-               inherit: "default" 0.0;
-               max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
-               min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-
-         part { name: "elm.text.num";
+         part { name: "elm.padding.icon3.left";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               max: 0 GENLIST_SIZE_SLIDE_60_INC;
-               fixed: 1 1;
+               min: GENLIST_PADDING_16_INC 0;
                rel1 {
                   relative: 0.0 1.0;
-                  offset: 0 GENLIST_SIZE_8_INC;
-                  to_x: "elm.padding.icon.important.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.icon.3";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  offset: 0 GENLIST_SIZE_8_INC;
-                  to_x: "elm.padding.icon.important.left";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.3";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.0;
+               visible: 0;
             }
-            description { state: "num_enable" 0.0;
-               inherit: "default" 0.0;
-               max: GENLIST_HEIGHT_62_INC GENLIST_SIZE_SLIDE_60_INC;
-               min: GENLIST_SIZE_46_INC GENLIST_SIZE_44_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 1 1;
-                  align: 0.5 0.5;
-                  text_class: "slp_medium";
-               }
-               color: GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-
-         part { name: "elm.icon.attach";
+         part { name: "elm.icon.3";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_SLIDE_60_INC;
-               fixed: 1 1;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                rel1 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.num";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.num";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
-            }
-            description { state: "attach_enable" 0.0;
-               inherit: "default" 0.0;
-               min: GENLIST_SIZE_48_INC GENLIST_SIZE_SLIDE_60_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.subject";
+         part { name: "elm.padding.icon4.left";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_SLIDE_60_INC;
-               fixed: 1 1;
+               min: GENLIST_PADDING_16_INC 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2{
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.attach";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               text {
-                  style: "genlist_email_textblock_unread_style";
-                  min: 0 1;
-                  max: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_selected_style";
-            }
-            description { state: "read" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_read_style";
-            }
-            description { state: "unread" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_unread_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-
-         part { name: "elm.padding.intermediate";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_PADDING_4_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.icon.attach";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x:  "elm.padding.icon.checkbox.right";
-                  to_y: "elm.icon.attach";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-
-         part { name: "elm.icon.priority";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_40_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.padding.intermediate";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.padding.intermediate";
-               }
-               align: 0.0 0.0;
-            }
-            description { state: "priority_enable" 0.0;
-               inherit: "default" 0.0;
-               min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.icon.lastverb";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_40_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.icon.priority";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.checkbox.right";
-                  to_y: "elm.icon.priority";
-               }
-               align: 0.0 0.0;
-            }
-            description { state: "lastverb_enable" 0.0;
-               inherit: "default" 0.0;
-               min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-
-         part { name: "elm.text.date";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC;
-               fixed: 1 1;
-               rel1 {
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.icon.4";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.icon.4";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-
-         part { name: "elm.icon.appointment";
-            clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_40_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.intermediate";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.intermediate";
-               }
                align: 1.0 0.0;
+               visible: 0;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.name";
+         part { name: "elm.icon.4";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_40_INC;
-               fixed: 1 1;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.icon.priority";
-                  to_y: "elm.padding.intermediate";
-               }
-               rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.appointment";
-                  to_y: "elm.padding.intermediate";
-               }
-               align: 0.0 0.0;
-               text {
-                  style: "genlist_email_textblock2_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock2_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.preview";
-            clip_to: "disclip";
-            type: TEXT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_40_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.lastverb";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.text.3";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.text.date";
+                  to_x: "elm.text.3";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
-               color: GENLIST_PART_FONT_CONTENTS_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_30_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             repeat_events: 0;
             description { state: "default" 0.0;
                min: GENLIST_SIZE_168_INC 0;
-               fixed: 1 1;
                color: 0 0 0 0;
                align: 1.0 0.5;
                rel1 {
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.subject";
-            target: "elm.text.name";
-            target: "elm.text.date";
-            target: "elm.text.preview";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.subject";
-            target: "elm.text.name";
-            target: "elm.text.date";
-            target: "elm.text.preview";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_3TEXT_2ICON
          program { name: "go_read";
             signal: "elm,state,read";
             source: "elm";
             action: STATE_SET "read" 0.0;
-            target: "elm.text.subject";
+            target: "elm.text.1";
          }
          program { name: "go_unread";
             signal: "elm,state,unread";
             source: "elm";
             action: STATE_SET "unread" 0.0;
-            target: "elm.text.subject";
-         }
-         program { name: "go_attach";
-            signal: "elm,state,attach";
-            source: "elm";
-            action: STATE_SET "attach_enable" 0.0;
-            target: "elm.icon.attach";
-         }
-         program { name: "go_priority";
-            signal: "elm,state,priority";
-            source: "elm";
-            action: STATE_SET "priority_enable" 0.0;
-            target: "elm.icon.priority";
+            target: "elm.text.1";
          }
-         program { name: "go_lastverb";
-            signal: "elm,state,lastverb";
+         program { name: "go_urgeny_unread";
+            signal: "elm,state,urgency_unread";
             source: "elm";
-            action: STATE_SET "lastverb_enable" 0.0;
-            target: "elm.icon.lastverb";
+            action: STATE_SET "urgency_unread" 0.0;
+            target: "elm.text.1";
          }
-         program { name: "go_num";
-            signal: "elm,state,num";
+         program { name: "go_urgency_read";
+            signal: "elm,state,urgency_read";
             source: "elm";
-            action: STATE_SET "num_enable" 0.0;
-            target: "elm.icon.num";
-            target: "elm.text.num";
-         }
-         program { name: "click";
-            signal: "mouse,up,1";
-            source: "elm.icon.checkbox.touch";
-            action: SIGNAL_EMIT "elm,action,check,toggle" "";
+            action: STATE_SET "urgency_read" 0.0;
+            target: "elm.text.1";
          }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-
-// ???
-   /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
-   group { name: "elm/genlist/item/3text.6icon/default";
-      alias: "elm/genlist/item_odd/3text.6icon/default";
-      alias: "elm/genlist/item_compress/3text.6icon/default";
-      alias: "elm/genlist/item_compress_odd/3text.6icon/default";
+// 3.2.24
+   group { name: "elm/genlist/item/2text.3icon.2/default";
+      alias: "elm/genlist/item_odd/2text.3icon.2/default";
+      alias: "elm/genlist/item_compress/2text.3icon.2/default";
+      alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.swallow.colorbar";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
+               fixed: 1 1;
                rel2.relative: 0.0 0.0;
                align: 0.0 0.0;
             }
          }
-         part { name: "elm.text.3";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.icon.1";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.3";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
-               rel1.to_x: "elm.icon.1";
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.1";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text1.rect";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
+               min: 0 GENLIST_SIZE_48_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.swallow.colorbar";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1.to: "elm.text1.rect";
-               rel2.to: "elm.text1.rect";
-               align: 0.0 0.0;
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_email_textblock_unread_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
-                  max: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_selected_style";
-            }
-            description { state: "read" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_read_style";
-            }
-            description { state: "unread" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_unread_style";
-            }
-            description { state: "urgency_read" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_urgency_read_style";
-            }
-            description { state: "urgency_unread" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_email_textblock_urgency_unread_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 0;
+               max: GENLIST_SIZE_560_INC 0;
+               fixed: 1 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.2";
                }
                align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  style: "genlist_email_textblock2_style";
-                  min: 0 1;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 1 1;
                   align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_email_textblock2_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon1.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 0.0;
+                  to_x: "elm.text.1";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.text.1";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.text.1";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.text.2";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
+      }
+   }
+
+// 3.2.25
+   group { name: "elm/genlist/item/2text.3icon.3/default";
+      alias: "elm/genlist/item_odd/2text.3icon.3/default";
+      alias: "elm/genlist/item_compress/2text.3icon.3/default";
+      alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.swallow.colorbar";
             clip_to: "disclip";
-            type: RECT;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
+               fixed: 1 1;
+               rel2.relative: 0.0 0.0;
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
-                  to_y: "elm.text.1";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.3";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.3";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon4.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
                align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon4.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.4";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.icon.4";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.icon.2";
                }
+               rel2.to_x: "elm.icon.2";
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.4";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.3";
-                  to_y: "elm.text.1";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.text.3";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.top";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.swallow.outbox.progress";
-            type: SWALLOW;
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
-            mouse_events: 1;
-            repeat_events: 0;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_168_INC 0;
-               color: 0 0 0 0;
-               align: 1.0 0.5;
                rel1 {
-                  relative: 0.0 1.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT_2ICON
-         program { name: "go_read";
-            signal: "elm,state,read";
-            source: "elm";
-            action: STATE_SET "read" 0.0;
-            target: "elm.text.1";
-         }
-         program { name: "go_unread";
-            signal: "elm,state,unread";
-            source: "elm";
-            action: STATE_SET "unread" 0.0;
-            target: "elm.text.1";
-         }
-         program { name: "go_urgeny_unread";
-            signal: "elm,state,urgency_unread";
-            source: "elm";
-            action: STATE_SET "urgency_unread" 0.0;
-            target: "elm.text.1";
-         }
-         program { name: "go_urgency_read";
-            signal: "elm,state,urgency_read";
-            source: "elm";
-            action: STATE_SET "urgency_read" 0.0;
-            target: "elm.text.1";
-         }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.24
-   group { name: "elm/genlist/item/2text.3icon.2/default";
-      alias: "elm/genlist/item_odd/2text.3icon.2/default";
-      alias: "elm/genlist/item_compress/2text.3icon.2/default";
-      alias: "elm/genlist/item_compress_odd/2text.3icon.2/default";
+// 3.2.26
+   group { name: "elm/genlist/item/2text.2icon.6/default";
+      alias: "elm/genlist/item_odd/2text.2icon.6/default";
+      alias: "elm/genlist/item_compress/2text.2icon.6/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.swallow.colorbar";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
-               rel2.relative: 0.0 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
                align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 0.0 0.0;
                   to_x: "elm.icon.2";
                }
+               rel2.to_x: "elm.icon.2";
                align: 1.0 0.0;
                visible: 0;
             }
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
+                  offset: 0 0;
                   to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 0;
-               max: GENLIST_SIZE_560_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.2";
-               }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 1 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.text.1";
-               }
-               rel2.to_x: "elm.text.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.text.2";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       }
    }
 
-// 3.2.25
-   group { name: "elm/genlist/item/2text.3icon.3/default";
-      alias: "elm/genlist/item_odd/2text.3icon.3/default";
-      alias: "elm/genlist/item_compress/2text.3icon.3/default";
-      alias: "elm/genlist/item_compress_odd/2text.3icon.3/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+   group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
+      inherit: "elm/genlist/item/2text.2icon.6/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.swallow.colorbar";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
-               fixed: 1 1;
-               rel2.relative: 0.0 0.0;
-               align: 0.0 0.0;
-            }
-         }
-         part { name: "elm.icon.1";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
+               text {
+                  style: "genlist_default_textblock_style";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  offset: 0 0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               text {
+                  style: "genlist_default_textblock_style";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.2";
+      }
+   }
+
+// 3.2.27
+   group { name: "elm/genlist/item/2text.1icon.12/default";
+      alias: "elm/genlist/item_odd/2text.1icon.12/default";
+      alias: "elm/genlist/item_compress/2text.1icon.12/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
+               rel1.to_x: "elm.icon";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.2";
                align: 1.0 0.0;
                visible: 0;
             }
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_61_INC;
-               fixed: 1 1;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.bottom";
                }
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.26
-   group { name: "elm/genlist/item/2text.2icon.6/default";
-      alias: "elm/genlist/item_odd/2text.2icon.6/default";
-      alias: "elm/genlist/item_compress/2text.2icon.6/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.6/default";
+// ???
+   /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
+   group { name: "elm/genlist/item/2text.1icon.13/default";
+      alias: "elm/genlist/item_odd/2text.1icon.13/default";
+      alias: "elm/genlist/item_compress/2text.1icon.13/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "texts" "elm.text elm.text.msgcount";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.text.msgcount";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+            description {
+               state: "default" 0.0;
+               fixed: 1 1;
+               align: 0 0;
+               color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
+               rel1.to: "elm.icon";
+               rel2.to: "elm.icon";
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  min: 0 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
                }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
+               align: 0.0 0.5;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
             type: RECT;
             scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+            description {
+               state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.2";
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon";
                visible: 0;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon.right";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_UNREAD_EMAIL_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default";
-      inherit: "elm/genlist/item/2text.2icon.6/default";
+// ???
+   /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
+   group { name: "elm/genlist/item/2text.1icon.14/default";
+      alias: "elm/genlist/item_odd/2text.1icon.14/default";
+      alias: "elm/genlist/item_compress/2text.1icon.14/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text elm.text.msgcount";
+      data.item: "contents" "elm.check elm.icon";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "elm.text.1";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.check";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               text {
-                  style: "genlist_default_textblock_style";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+
+         part { name: "elm.padding.icon.checkbox.right";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
+                  relative: 1.0 0.0;
+                  to_x: "elm.check";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               text {
-                  style: "genlist_default_textblock_style";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  relative: 1.0 1.0;
+                  to_x:  "elm.check";
                }
+               align: 1.0 0.0;
+               visible: 0;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-      }
-   }
-
-// 3.2.27
-   group { name: "elm/genlist/item/2text.1icon.12/default";
-      alias: "elm/genlist/item_odd/2text.1icon.12/default";
-      alias: "elm/genlist/item_compress/2text.1icon.12/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.12/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
+               rel1.to_x: "elm.padding.right";
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.text.msgcount";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description {
+               state: "default" 0.0;
+               fixed: 1 1;
+               align: 0 0;
+               color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
+               rel1.to: "elm.icon";
+               rel2.to: "elm.icon";
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  min: 0 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+               align: 0.0 0.5;
+            }
+         }
          part { name: "elm.padding.icon.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+            description {
+               state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
                rel1.to_x: "elm.icon";
                rel2 {
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon.checkbox.right";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_email_textblock_unread_style";
                   min: 0 1;
+                  max: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// ???
-   /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
-   group { name: "elm/genlist/item/2text.1icon.13/default";
-      alias: "elm/genlist/item_odd/2text.1icon.13/default";
-      alias: "elm/genlist/item_compress/2text.1icon.13/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.13/default";
+// 3.2.28
+   group { name: "elm/genlist/item/2text.3icon/default";
+      alias: "elm/genlist/item_odd/2text.3icon/default";
+      alias: "elm/genlist/item_compress/2text.3icon/default";
+      alias: "elm/genlist/item_compress_odd/2text.3icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text elm.text.msgcount";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.3";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.msgcount";
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.3";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
-            description {
-               state: "default" 0.0;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
                fixed: 1 1;
-               align: 0 0;
-               color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
-               rel1.to: "elm.icon";
-               rel2.to: "elm.icon";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
-                  align: 0.5 0.5;
+                  align: 0.0 0.5;
                   text_class: "slp_medium";
                }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.2";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
                align: 0.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.icon2.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
-            description {
-               state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.2";
                }
-               rel2.to_x: "elm.icon";
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 0;
+               max: GENLIST_SIZE_576_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.2";
                }
                align: 0.0 0.5;
-               color: GENLIST_PART_FONT_UNREAD_EMAIL_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
-                  min: 0 1;
+                  min: 1 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+
+         part { name: "elm.padding.icon1.left";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.text.1";
+               }
+               rel2.to_x: "elm.text.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.text.2";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_3ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// ???
-   /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */
-   group { name: "elm/genlist/item/2text.1icon.14/default";
-      alias: "elm/genlist/item_odd/2text.1icon.14/default";
-      alias: "elm/genlist/item_compress/2text.1icon.14/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.14/default";
+// 3.2.29
+   group { name: "elm/genlist/item/2text.1icon.5/default";
+      alias: "elm/genlist/item_odd/2text.1icon.5/default";
+      alias: "elm/genlist/item_compress/2text.1icon.5/default";
+      alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text elm.text.msgcount";
-      data.item: "contents" "elm.check elm.icon";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.check";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               max: GENLIST_SIZE_42_INC 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-
-         part { name: "elm.padding.icon.checkbox.right";
+         part { name: "elm.padding.icon.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.check";
-               }
+               rel1.to_x: "elm.icon";
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x:  "elm.check";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.msgcount";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description {
-               state: "default" 0.0;
-               fixed: 1 1;
-               align: 0 0;
-               color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC;
-               rel1.to: "elm.icon";
-               rel2.to: "elm.icon";
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
-                  align: 0.5 0.5;
-                  text_class: "slp_medium";
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
                }
-               align: 0.0 0.5;
             }
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description {
-               state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon";
-               }
-               align: 1.0 0.0;
-               visible: 0;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.checkbox.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.icon.left";
+                  to_y: "elm.text.1";
                }
-               align: 0.0 0.5;
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_email_textblock_unread_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
-                  max: 0 1;
                   align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.28
-   group { name: "elm/genlist/item/2text.3icon/default";
-      alias: "elm/genlist/item_odd/2text.3icon/default";
-      alias: "elm/genlist/item_compress/2text.3icon/default";
-      alias: "elm/genlist/item_compress_odd/2text.3icon/default";
+// 3.2.30
+   group { name: "elm/genlist/item/1text.3icon.3/default";
+      alias: "elm/genlist/item_odd/1text.3icon.3/default";
+      alias: "elm/genlist/item_compress/1text.3icon.3/default";
+      alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+      data.item: "texts" "elm.text.1";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.3";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.3";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.right";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  to_x: "elm.icon.1";
                }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.2";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
                   to_x: "elm.icon.2";
                }
-               rel2.to_x: "elm.icon.2";
-               align: 0.0 0.0;
+               align: 1.0 0.0;
                visible: 0;
             }
          }
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 0;
-               max: GENLIST_SIZE_576_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.2";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.5;
+               align: 0 0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
-                  min: 1 1;
+                  min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-
-         part { name: "elm.padding.icon1.left";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.text.1";
-               }
-               rel2.to_x: "elm.text.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.1";
+         part { name: "elm.swallow.progress";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.text.2";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.text.1";
                }
-               align: 0.0 0.5;
+               align: 0.5 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
-            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
             target: "elm.text.1";
-            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_3ICON
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.text.1";
+            target: "elm.icon.1";
+            target: "elm.icon.2";
+            target: "elm.swallow.progress";
+            target: "elm.flip.content";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+            target: "elm.icon.1";
+            target: "elm.icon.2";
+            target: "elm.swallow.progress";
+            target: "elm.flip.content";
+         }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.29
-   group { name: "elm/genlist/item/2text.1icon.5/default";
-      alias: "elm/genlist/item_odd/2text.1icon.5/default";
-      alias: "elm/genlist/item_compress/2text.1icon.5/default";
-      alias: "elm/genlist/item_compress_odd/2text.1icon.5/default";
+// 3.2.30
+   group { name: "elm/genlist/item/3text.3icon/default";
+      alias: "elm/genlist/item_odd/3text.3icon/default";
+      alias: "elm/genlist/item_compress/3text.3icon/default";
+      alias: "elm/genlist/item_compress_odd/3text.3icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 1.0;
+               align: 0 0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.swallow.progress";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.text.2";
+               }
+               align: 0.5 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.text.1";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
+               align: 0 1;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
+                  font: "SLP:style=Roman";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "slp_roman";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1 1;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
+            target: "elm.icon.1";
+            target: "elm.icon.2";
+            target: "elm.swallow.progress";
+            target: "elm.flip.content";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
+            target: "elm.icon.1";
+            target: "elm.icon.2";
+            target: "elm.swallow.progress";
+            target: "elm.flip.content";
+         }
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.30
-   group { name: "elm/genlist/item/1text.3icon.3/default";
-      alias: "elm/genlist/item_odd/1text.3icon.3/default";
-      alias: "elm/genlist/item_compress/1text.3icon.3/default";
-      alias: "elm/genlist/item_compress_odd/1text.3icon.3/default";
+// 3.2.31
+   group { name: "elm/genlist/item/2text.2icon.8/default";
+      alias: "elm/genlist/item_odd/2text.2icon.8/default";
+      alias: "elm/genlist/item_compress/2text.2icon.8/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.top";
                }
-               align: 0 0;
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.swallow.progress";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.icon1.right";
                   to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.icon2.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.5 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
             target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text.1";
-            target: "elm.icon.1";
-            target: "elm.icon.2";
-            target: "elm.swallow.progress";
-            target: "elm.flip.content";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.text.1";
-            target: "elm.icon.1";
-            target: "elm.icon.2";
-            target: "elm.swallow.progress";
-            target: "elm.flip.content";
-         }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.30
-   group { name: "elm/genlist/item/3text.3icon/default";
-      alias: "elm/genlist/item_odd/3text.3icon/default";
-      alias: "elm/genlist/item_compress/3text.3icon/default";
-      alias: "elm/genlist/item_compress_odd/3text.3icon/default";
+   group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default";
+      inherit: "elm/genlist/item/2text.2icon.8/default";
+      parts {
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.top";
+               }
+               align: 0.0 0.0;
+               text {
+                  style: "genlist_default_textblock_style";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+      }
+   }
+
+// 3.2.33
+   group { name: "elm/genlist/item/1text.2icon.5/default";
+      alias: "elm/genlist/item_odd/1text.2icon.5/default";
+      alias: "elm/genlist/item_compress/1text.2icon.5/default";
+      alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress";
+      data.item: "texts" "elm.text.1";
+      data.item: "contents" "elm.icon.1 elm.swallow.progress";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0 0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                   to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.text.2";
-               }
-               align: 0.5 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0 1;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.3";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1 1;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_roman";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 0.5 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
             target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             source: "elm";
             action: STATE_SET "flip_enabled" 0.0;
             target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
             target: "elm.icon.1";
-            target: "elm.icon.2";
             target: "elm.swallow.progress";
             target: "elm.flip.content";
          }
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
             target: "elm.icon.1";
-            target: "elm.icon.2";
             target: "elm.swallow.progress";
             target: "elm.flip.content";
          }
       }
    }
 
-// 3.2.31
-   group { name: "elm/genlist/item/2text.2icon.8/default";
-      alias: "elm/genlist/item_odd/2text.2icon.8/default";
-      alias: "elm/genlist/item_compress/2text.2icon.8/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.8/default";
+// 3.2.33
+   group { name: "elm/genlist/item/2text.3icon.4/default";
+      alias: "elm/genlist/item_odd/2text.3icon.4/default";
+      alias: "elm/genlist/item_compress/2text.3icon.4/default";
+      alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon3.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
+               rel1.to_x: "elm.icon.3";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
+                  to_x: "elm.icon.3";
                }
                align: 1.0 0.0;
                visible: 0;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon2.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.icon3.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon2.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.icon3.left";
                   to_y: "elm.padding.bottom";
                }
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
       }
    }
 
-// 3.2.33
-   group { name: "elm/genlist/item/1text.2icon.5/default";
-      alias: "elm/genlist/item_odd/1text.2icon.5/default";
-      alias: "elm/genlist/item_compress/1text.2icon.5/default";
-      alias: "elm/genlist/item_compress_odd/1text.2icon.5/default";
+// 3.2.34
+   group { name: "elm/genlist/item/2text.2icon.9/default";
+      alias: "elm/genlist/item_odd/2text.2icon.9/default";
+      alias: "elm/genlist/item_compress/2text.2icon.9/default";
+      alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1";
-      data.item: "contents" "elm.icon.1 elm.swallow.progress";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.1";
             clip_to: "disclip";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
+               min: 0 0;
+               max: GENLIST_SIZE_560_INC 0;
+               fixed: 1 0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.2";
                }
-               align: 0 0;
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
-                  min: 0 1;
+                  min: 1 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.swallow.progress";
+         part { name: "elm.padding.icon1.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.text.1";
+               }
+               rel2.to_x: "elm.text.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 0 1;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.text.2";
                }
-               align: 0.5 0.0;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
             target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text.1";
-            target: "elm.icon.1";
-            target: "elm.swallow.progress";
-            target: "elm.flip.content";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.text.1";
-            target: "elm.icon.1";
-            target: "elm.swallow.progress";
-            target: "elm.flip.content";
-         }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.33
-   group { name: "elm/genlist/item/2text.3icon.4/default";
-      alias: "elm/genlist/item_odd/2text.3icon.4/default";
-      alias: "elm/genlist/item_compress/2text.3icon.4/default";
-      alias: "elm/genlist/item_compress_odd/2text.3icon.4/default";
+// 10.1 Help_dialogue group
+   group { name: "elm/genlist/item_compress/multiline/1text/default";
+      alias: "elm/genlist/item_compress_odd/multiline/1text/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+      data.item: "texts" "elm.text.1";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
          GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               text {
+                  style: "genlist_textblock_help_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+// 3.4.1
+   group { name: "elm/genlist/item_compress/multiline/2text/default";
+      alias: "elm/genlist/item_compress_odd/multiline/2text/default";
+      alias: "elm/genlist/item_compress/multiline.2text/default";
+      alias: "elm/genlist/item_compress_odd/multiline.2text/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      parts {
+         part { name: "base";
             type: RECT;
-            scale: 1;
+            repeat_events: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
+               color: GENLIST_PART_BG_COLOR_INC;
             }
          }
-         part { name: "elm.icon.2";
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.3";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon3.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.3";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_42_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon3.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_textblock_flexible_sub_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_textblock_flexible_sub_selected_style";
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.2.34
-   group { name: "elm/genlist/item/2text.2icon.9/default";
-      alias: "elm/genlist/item_odd/2text.2icon.9/default";
-      alias: "elm/genlist/item_compress/2text.2icon.9/default";
-      alias: "elm/genlist/item_compress_odd/2text.2icon.9/default";
+// 3.4.2
+   group { name: "elm/genlist/item/multiline/3text.2icon/default";
+      alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
+      alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
       data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
+               max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1.to_x: "elm.icon.2";
                rel2 {
                visible: 0;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.1.rect";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_48_INC;
                fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1.to: "elm.text.1.rect";
+               rel2.to: "elm.text.1.rect";
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_40_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 0;
-               max: GENLIST_SIZE_560_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_48_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.text.1.rect";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.2";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.text.1.rect";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 1 1;
+                  size: GENLIST_FONT_36_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_roman";
                }
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.left";
+         part { name: "elm.text.3";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_35_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.text.1";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.text.1";
-               align: 0.0 0.0;
-               visible: 0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_30_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.2";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.text.2";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_3TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 10.1 Help_dialogue group
-   group { name: "elm/genlist/item_compress/multiline/1text/default";
-      alias: "elm/genlist/item_compress_odd/multiline/1text/default";
+// 3.4.2
+   group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
+      alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
+      alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
+      alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               color: GENLIST_DIALOGUE_GROUP_BG_COLOR_INC;
-            }
-         }
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_22_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_32_INC )
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               text {
-                  style: "genlist_textblock_help_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-         }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-      }
-   }
-
-// 3.4.1
-   group { name: "elm/genlist/item_compress/multiline/2text/default";
-      alias: "elm/genlist/item_compress_odd/multiline/2text/default";
-      alias: "elm/genlist/item_compress/multiline.2text/default";
-      alias: "elm/genlist/item_compress_odd/multiline.2text/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
-            }
-         }
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-         }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               text {
-                  style: "genlist_textblock_flexible_sub_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_textblock_flexible_sub_selected_style";
-            }
-         }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-// 3.4.2
-   group { name: "elm/genlist/item/multiline/3text.2icon/default";
-      alias: "elm/genlist/item_odd/multiline/3text.2icon/default";
-      alias: "elm/genlist/item_compress/multiline/3text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/multiline/3text.2icon/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_177_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
-               max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
+               min: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
+               max: GENLIST_HEIGHT_164_INC GENLIST_HEIGHT_164_INC;
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
                rel1.to: "elm.text.1.rect";
                rel2.to: "elm.text.1.rect";
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_40_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                   to_y: "elm.text.1.rect";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_36_INC;
                   min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_roman";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  size: GENLIST_FONT_30_INC;
                   min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
       }
    }
 
-// 3.4.2
-   group { name: "elm/genlist/item/multiline/3text.2icon.2/default";
-      alias: "elm/genlist/item_odd/multiline/3text.2icon.2/default";
-      alias: "elm/genlist/item_compress/multiline/3text.2icon.2/default";
-      alias: "elm/genlist/item_compress_odd/multiline/3text.2icon.2/default";
+// 3.4.3
+   group { name: "elm/genlist/item/multiline/3text.1icon/default";
+      alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
+      alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_177_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
-               max: GENLIST_SIZE_176_INC GENLIST_SIZE_176_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.text.1.rect";
             clip_to: "disclip";
             type: RECT;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                rel1.to: "elm.text.1.rect";
                rel2.to: "elm.text.1.rect";
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_40_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.text.1.rect";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_36_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  size: GENLIST_FONT_30_INC;
                   min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.1";
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.2";
+                  to_y: "elm.text.3";
                }
                rel2 {
                   relative: 1.0 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.1";
+               rel2.to_x: "elm.icon";
                align: 0.0 0.0;
                visible: 0;
             }
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_3TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
 // 3.4.3
-   group { name: "elm/genlist/item/multiline/3text.1icon/default";
-      alias: "elm/genlist/item_odd/multiline/3text.1icon/default";
-      alias: "elm/genlist/item_compress/multiline/3text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/multiline/3text.1icon/default";
+   group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
+      alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
+      alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_177_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_165_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.text.1.rect";
             clip_to: "disclip";
             type: RECT;
                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_40_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                   to_y: "elm.text.1.rect";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_36_INC;
                   min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_roman";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  size: GENLIST_FONT_30_INC;
                   min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_3_FOCUS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
       }
    }
 
-// 3.4.3
-   group { name: "elm/genlist/item/multiline/3text.1icon.2/default";
-      alias: "elm/genlist/item_odd/multiline/3text.1icon.2/default";
-      alias: "elm/genlist/item_compress/multiline/3text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/multiline/3text.1icon.2/default";
+   // 2.2.3.11
+   group { name: "elm/genlist/item/multiline/4text.4icon.1/default";
+      alias: "elm/genlist/item_odd/multiline/4text.4icon.1/default";
+      alias: "elm/genlist/item_compress/multiline/4text.4icon.1/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.4icon.1/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+      data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4";
       data.item: "flips" "elm.flip.content";
       images {
          image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_177_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_66_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon.3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.3";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.3";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon.4";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.3.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.3.left";
+                  to_y: "elm.text.2";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.icon.4.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.4";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.4";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+
          part { name: "elm.text.1.rect";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
+               min: 0 GENLIST_SIZE_60_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.icon.4.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
             scale: 1;
             description { state: "default" 0.0;
                fixed: 1 1;
-               rel1.to: "elm.text.1.rect";
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
                rel2.to: "elm.text.1.rect";
                align: 0.0 0.0;
                color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.text.1.bottom";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_4_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1.rect";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1.rect";
+               }
+               align: 0.0 1.0;
+               visible: 0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
+               min: 0 GENLIST_SIZE_40_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1.rect";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1.bottom";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1.rect";
+                  to_y: "elm.text.1.bottom";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC;
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_36_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.3";
+         part { name: "elm.text.4";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_35_INC;
-               fixed: 0 1;
+               min: GENLIST_SIZE_133_INC GENLIST_SIZE_40_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
+               align: 1.0 0.0;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon";
+         part { name: "elm.text.4.left";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               min: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
+               max: GENLIST_SIZE_16_INC GENLIST_SIZE_40_INC;
                fixed: 1 1;
+               color: 255 0 255 255;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.3";
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.text.2";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.text.4";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.0;
+               visible: 0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.text.3";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_40_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
-               visible: 0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.text.4.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             target: "elm.text.1";
             target: "elm.text.2";
             target: "elm.text.3";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+            target: "elm.text.4";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             target: "elm.text.1";
             target: "elm.text.2";
             target: "elm.text.3";
+            target: "elm.text.4";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_3TEXT_1ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.4.4
-   group { name: "elm/genlist/item/multiline/1title.2text/default";
-      alias: "elm/genlist/item_odd/multiline/1title.2text/default";
-      alias: "elm/genlist/item_compress/multiline/1title.2text/default";
-      alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text.1 elm.text.2";
+   // 2.2.3.12
+   group { name: "elm/genlist/item/multiline/4text.6icon.8/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.8/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.8/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.8/default";
+      inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
+
       parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
+         part { name: "elm.text.1";
             description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
             }
          }
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( 0 )
-         GENLIST_PART_PADDING_BOTTOM( 0 )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "vertical_line";
+      }
+   }
+
+   // 2.2.3.9
+   group { name: "elm/genlist/item/multiline/4text.6icon.5/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.5/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.5/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.5/default";
+      inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
+      data.item: "contents" "elm.icon.1 elm.icon.3 elm.icon.4 elm.icon.5";
+
+      parts {
+         part { name: "elm.icon.5";
             clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
+            type: SWALLOW;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.title.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.4.left";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.padding.title.right";
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.4.left";
+                  to_y: "elm.text.2";
+               }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "center_line";
+         part { name: "elm.icon.5.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "vertical_line";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.5";
+                  to_y: "elm.padding.top";
                }
-               rel2.relative: 1.0 0.5;
-               align: 0.5 1.0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.5";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.0;
+               visible: 0;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.title";
+         part { name: "elm.text.1.rect";
+            description { state: "default" 0.0;
+               rel2.to_x: "elm.icon.5.left";
+            }
+         }
+      }
+   }
+
+   // 2.2.3.10
+   group { name: "elm/genlist/item/multiline/4text.6icon.6/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.6/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.6/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.6/default";
+      inherit: "elm/genlist/item/multiline/4text.6icon.5/default";
+
+      parts {
+         part { name: "elm.text.1";
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
+            }
+         }
+      }
+   }
+
+   // 2.2.3.7
+   group { name: "elm/genlist/item/multiline/4text.6icon.3/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.3/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.3/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.3/default";
+      inherit: "elm/genlist/item/multiline/4text.4icon.1/default";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
+
+      parts {
+          part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 224 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.2";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
-               text {
-                  style: "genlist_multiline_textblock_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_multiline_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.title.right";
+         part { name: "elm.padding.icon2.right";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.title";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
                }
-               rel2.to_x: "elm.title";
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
             }
          }
-         part { name: "elm.padding.text.left";
+         part { name: "elm.text.3";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_40_INC;
+               fixed: 0 1;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "vertical_line";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "vertical_line";
-               visible: 0;
-               align: 0.0 0.5;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.text.4.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+      }
+   }
+
+   // 2.2.3.8
+   group { name: "elm/genlist/item/multiline/4text.6icon.4/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.4/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.4/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.4/default";
+      inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
+
+      parts {
          part { name: "elm.text.1";
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC;
+            }
+         }
+      }
+   }
+
+   // 2.2.3.5
+   group { name: "elm/genlist/item/multiline/4text.6icon.1/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.1/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.1/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.1/default";
+      inherit: "elm/genlist/item/multiline/4text.6icon.3/default";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
+
+      parts {
+         part { name: "elm.icon.5";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.text.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.4.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center_line";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  to_x: "elm.icon.4.left";
+                  to_y: "elm.text.2";
                }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.icon.5.left";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.text.left";
-                  to_y: "center_line";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.5";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.icon.5";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               align: 1.0 0.0;
+               visible: 0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.1.rect";
+            description { state: "default" 0.0;
+               rel2 {
+                  to_x: "elm.icon.5.left";
                }
             }
          }
-         GENLIST_PART_DISCLIP
       }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.title";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.title";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
+   }
+
+   // 2.2.3.6
+   group { name: "elm/genlist/item/multiline/4text.6icon.2/default";
+      alias: "elm/genlist/item_odd/multiline/4text.6icon.2/default";
+      alias: "elm/genlist/item_compress/multiline/4text.6icon.2/default";
+      alias: "elm/genlist/item_compress_odd/multiline/4text.6icon.2/default";
+      inherit: "elm/genlist/item/multiline/4text.6icon.1/default";
+
+      parts {
+         part { name: "elm.text.1";
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+            }
          }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.4.5
-   group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
-      alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
+   // 2.2.3.13
+   group { name: "elm/genlist/item/multiline/3text.4icon.2/default";
+      alias: "elm/genlist/item_odd/multiline/3text.4icon.2/default";
+      alias: "elm/genlist/item_compress/multiline/3text.4icon.2/default";
+      alias: "elm/genlist/item_compress_odd/multiline/3text.4icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+      data.item: "contents" "elm.icon.1 elm.icon.4";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
-            }
-         }
+         GENLIST_PART_BASE( GENLIST_HEIGHT_161_INC )
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.title";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_8_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_8_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_195_INC 0;
-               fixed: 1 0;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-         }
-         part { name: "elm.padding.title.right";
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.title";
-               }
-               rel2.to_x: "elm.title";
-               align: 0.0 0.5;
-               visible: 0;
-            }
-         }
-         part { name: "vertical_line";
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               rel1 {
+               rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.title.right";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.padding.title.right";
                align: 0.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text.left";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "vertical_line";
+                  to_x: "elm.icon.1";
                }
-               rel2.to_x: "vertical_line";
-               align: 0.0 0.5;
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.icon.4";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.text.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               text {
-                  style: "genlist_textblock_flexible_style";
-                  min: 0 1;
-                  align: 0.0 0.5;
+                  to_y: "elm.text.2";
                }
+               align: 1.0 0.5;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_textblock_flexible_selected_style";
-            }
-         }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.title";
-            target: "elm.text";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.title";
-            target: "elm.text";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-// 3.4.6
-   group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      parts {
-         part { name: "base";
-            type: RECT;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
-            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.text.1";
+         part { name: "elm.icon.4.left";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
+               min: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_16_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.icon.4";
                   to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.4";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.0;
+               visible: 0;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
                fixed: 1 1;
+               min: GENLIST_SIZE_88_INC GENLIST_SIZE_74_INC;
                rel1 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.text.1.bottom";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.1.rect";
             clip_to: "disclip";
-            type: TEXTBLOCK;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_60_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.4.left";
+                  to_y: "elm.padding.top";
+               }
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2.to: "elm.text.1.rect";
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.1.bottom";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_4_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1.rect";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.text.1.rect";
+               }
+               align: 0.0 1.0;
+               visible: 0;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_40_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1.bottom";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.text.1.bottom";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_40_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_textblock_sub_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_textblock_sub_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+            target: "elm.text.3";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            target: "elm.text.3";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 3.4.7
-   group { name: "elm/genlist/item_compress/multiline/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/multiline/2text.1icon.2/default";
+// 3.4.4
+   group { name: "elm/genlist/item/multiline/1title.2text/default";
+      alias: "elm/genlist/item_odd/multiline/1title.2text/default";
+      alias: "elm/genlist/item_compress/multiline/1title.2text/default";
+      alias: "elm/genlist/item_compress_odd/multiline/1title.2text/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.title elm.text.1 elm.text.2";
       parts {
          part { name: "base";
             type: RECT;
          }
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
+         GENLIST_PART_PADDING_TOP( 0 )
+         GENLIST_PART_PADDING_BOTTOM( 0 )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "vertical_line";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2.to_x: "elm.padding.title.right";
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            }
+         }
+         part { name: "center_line";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.5;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.5;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "elm.title";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
+               min: 224 0;
+               fixed: 1 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
+               text {
+                  style: "genlist_multiline_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_multiline_textblock_selected_style";
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.title.right";
             clip_to: "disclip";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
+                   relative: 1.0 0.0;
+                   to_x: "elm.title";
                }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
+               rel2.to_x: "elm.title";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.padding.text.left";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2.to_x: "vertical_line";
                visible: 0;
+               align: 0.0 0.5;
             }
          }
          part { name: "elm.text.1";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.text.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_y: "center_line";
                }
-               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_roman";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.text.left";
+                  to_y: "center_line";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  style: "genlist_textblock_sub_style";
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_roman";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               text.style: "genlist_textblock_sub_selected_style";
-            }
          }
          GENLIST_PART_DISCLIP
       }
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
+            target: "elm.title";
             target: "elm.text.1";
             target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
+            target: "elm.title";
             target: "elm.text.1";
             target: "elm.text.2";
             transition: LINEAR 0.1;
       }
    }
 
-   group { name: "elm/genlist/item/readmessage/default";
-      alias: "elm/genlist/item_odd/readmessage/default";
-      alias: "elm/genlist/item_compress/readmessage/default";
-      alias: "elm/genlist/item_compress_odd/readmessage/default";
-
+// 3.4.5
+   group { name: "elm/genlist/item_compress/multiline/1title.1text/default";
+      alias: "elm/genlist/item_compress_odd/multiline/1title.1text/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.title elm.text";
       parts {
          part { name: "base";
             type: RECT;
             repeat_events: 1;
             description { state: "default" 0.0;
-               color: GENLIST_PART_LIST_BG_COLOR_INC;
+               color: GENLIST_PART_BG_COLOR_INC;
             }
          }
-         part { name: "elm.icon";
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.title";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
+               min: GENLIST_SIZE_195_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
                rel2 {
-                  relative: 0.76 0.0;
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
          }
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         /*program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            transition: LINEAR 0.1;
-         }*/
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
+         part { name: "elm.padding.title.right";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+               visible: 0;
+            }
          }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
+         part { name: "vertical_line";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2.to_x: "elm.padding.title.right";
+               align: 0.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            }
          }
-      }
-   }
-
-   group { name: "elm/genlist/item/sentmessage/default";
-      alias: "elm/genlist/item_odd/sentmessage/default";
-      alias: "elm/genlist/item_compress/sentmessage/default";
-      alias: "elm/genlist/item_compress_odd/sentmessage/default";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon";
-      parts {
-         part { name: "base";
+         part { name: "elm.padding.text.left";
+            clip_to: "disclip";
             type: RECT;
-            repeat_events: 1;
+            mouse_events: 0;
             description { state: "default" 0.0;
-               color: GENLIST_PART_LIST_BG_COLOR_INC;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "vertical_line";
+               }
+               rel2.to_x: "vertical_line";
+               align: 0.0 0.5;
+               visible: 0;
             }
          }
-         part { name: "elm.icon";
+         part { name: "elm.text";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.text.left";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
-                  relative: 1.0 0.0;
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
+               text {
+                  style: "genlist_textblock_flexible_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_textblock_flexible_selected_style";
             }
          }
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
+            target: "elm.title";
+            target: "elm.text";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
+            target: "elm.title";
+            target: "elm.text";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.3.4
-   group { name : "elm/genlist/item/dialogue/title/default";
-      alias: "elm/genlist/item_odd/dialogue/title/default";
-      alias: "elm/genlist/item_compress/dialogue/title/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/title/default";
-      alias: "elm/layout/dialogue/title";
-
+// 3.4.6
+   group { name: "elm/genlist/item_compress/multiline/2text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/multiline/2text.1icon/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "contents" "elm.icon";
-      data.item: "treesize" "GENLIST_TREESIZE_32_INC";
-
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_77_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
+         GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         part { name: "elm.text";
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.text.1";
+            clip_to: "disclip";
             type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_32_INC;
+               min: 0 GENLIST_SIZE_48_INC;
                fixed: 0 1;
-               align: 0.0 1.0;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.padding.top";
                }
-               color: GENLIST_DIALOGUE_FONT_SUB_TITLE_COLOR_INC;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_42_INC;
                   min: 0 1;
-                  align: 0.0 0.0;
-                  text_class: "slp_medium";
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
          }
          part { name: "elm.icon";
+            clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
                fixed: 1 1;
-               align: 1.0 1.0;
                rel1 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
             scale: 1;
-            mouse_events: 0;
             description { state: "default" 0.0;
-               visible: 0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               align: 1.0 0.5;
                rel1.to_x: "elm.icon";
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.icon";
                }
+               align: 1.0 0.0;
+               visible: 0;
             }
          }
-         GENLIST_PART_DISCLIP
-      }
-   }
-
-   group { name : "elm/genlist/item/dialogue/seperator/default";
-      alias: "elm/genlist/item_odd/dialogue/seperator/default";
-      alias: "elm/genlist/item_compress/dialogue/seperator/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/seperator/default";
-      alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
-      alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
-      alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
-      alias: "elm/layout/dialogue/separator/hd33/with_line";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "treesize" "GENLIST_TREESIZE_32_INC";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_33_INC )
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_DISCLIP
-      }
-   }
-
-   group { name : "elm/genlist/item/dialogue/seperator.2/default";
-      alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
-      alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
-      alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
-      alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
-      alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
-      alias: "elm/layout/dialogue/separator/hd18/with_line";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "treesize" "GENLIST_TREESIZE_32_INC";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_DISCLIP
-      }
-   }
-
-   group { name : "elm/genlist/item/dialogue/seperator.3/default";
-      alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
-      alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
-      alias: "elm/genlist/item/dialogue/separator/20/default";
-      alias: "elm/genlist/item_odd/dialogue/separator/20/default";
-      alias: "elm/genlist/item_compress/dialogue/separator/20/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
-      alias: "elm/layout/dialogue/separator/hd32";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "treesize" "GENLIST_TREESIZE_32_INC";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
-         GENLIST_PART_DISCLIP
-      }
-   }
-
-   group { name : "elm/genlist/item/dialogue/seperator.4/default";
-      alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
-      alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
-      alias: "elm/genlist/item/dialogue/separator/10/default";
-      alias: "elm/genlist/item_odd/dialogue/separator/10/default";
-      alias: "elm/genlist/item_compress/dialogue/separator/10/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
-      alias: "elm/layout/dialogue/separator/hd16";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "treesize" "GENLIST_TREESIZE_32_INC";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
-         GENLIST_PART_DISCLIP
-      }
-   }
-
-   group { name : "elm/genlist/item/dialogue/seperator.5/default";
-      alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
-      alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
-      alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
-      alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
-      alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
-      alias: "elm/layout/dialogue/separator/hd1";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "treesize" "GENLIST_TREESIZE_32_INC";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_DISCLIP
-      }
-   }
-
-// 4.1.1
-   group { name: "elm/genlist/item/dialogue/1text/default";
-      alias: "elm/genlist/item_odd/dialogue/1text/default";
-      alias: "elm/genlist/item_compress/dialogue/1text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
-      alias: "elm/genlist/item/dialogue.1text/default";
-      alias: "elm/genlist/item_odd/dialogue.1text/default";
-      alias: "elm/genlist/item_compress/dialogue.1text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
-      alias: "elm/layout/dialogue/1text";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "flips" "elm.flip.content";
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0  0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  style: "genlist_textblock_sub_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_textblock_sub_selected_style";
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.1.2
-   group { name: "elm/genlist/item/dialogue/1text.1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
-      alias: "elm/layout/dialogue/1text.1icon";
+// 3.4.7
+   group { name: "elm/genlist/item_compress/multiline/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/multiline/2text.1icon.2/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
+      data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
          GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_18_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 1.0 0.0;
                   to_x: "elm.icon";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  size: GENLIST_FONT_42_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               text {
+                  style: "genlist_textblock_sub_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_textblock_sub_selected_style";
+            }
+         }
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.1.3
-   group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
-      alias: "elm/layout/dialogue/1text.1icon.2";
+   group { name: "elm/genlist/item/readmessage/default";
+      alias: "elm/genlist/item_odd/readmessage/default";
+      alias: "elm/genlist/item_compress/readmessage/default";
+      alias: "elm/genlist/item_compress_odd/readmessage/default";
+
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
       data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_LIST_BG_COLOR_INC;
+            }
+         }
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
+               //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; }
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
-               }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  relative: 0.76 0.0;
+                  to_y: "elm.padding.bottom";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
          GENLIST_PART_DISCLIP
       }
       programs {
-         program { name: "go_active";
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+            target: "bg_image";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
             transition: LINEAR 0.1;
-         }
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.1.4
-   group { name: "elm/genlist/item/dialogue/1text.2icon/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
-      alias: "elm/layout/dialogue/1text.2icon";
+   group { name: "elm/genlist/item/sentmessage/default";
+      alias: "elm/genlist/item_odd/sentmessage/default";
+      alias: "elm/genlist/item_compress/sentmessage/default";
+      alias: "elm/genlist/item_compress_odd/sentmessage/default";
+
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      data.item: "flips" "elm.flip.content";
+      data.item: "contents" "elm.icon";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
+         part { name: "base";
             type: RECT;
-            scale: 1;
+            repeat_events: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
+               color: GENLIST_PART_LIST_BG_COLOR_INC;
             }
          }
-         part { name: "elm.icon.2";
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
+               rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  to_y: "elm.padding.bottom";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
          GENLIST_PART_DISCLIP
       }
       programs {
-         program { name: "go_active";
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
             transition: LINEAR 0.1;
-         }
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.1.5
-   group { name: "elm/genlist/item/dialogue/2text.1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
-      alias: "elm/layout/dialogue/2text.1icon";
+// 2.4.4.1
+   group { name : "elm/genlist/item/dialogue/title/default";
+      alias: "elm/genlist/item_odd/dialogue/title/default";
+      alias: "elm/genlist/item_compress/dialogue/title/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/title/default";
+      alias: "elm/layout/dialogue/title";
+      alias: "elm/genlist/item/dialogue/grouptitle/default";
+      alias: "elm/genlist/item_odd/dialogue/grouptitle/default";
+      alias: "elm/genlist/item_compress/dialogue/grouptitle/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/grouptitle/default";
+      alias: "elm/layout/dialogue/grouptitle";
+
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "texts" "elm.text";
       data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+ //        GENLIST_PART_BASE_EVENT_OFF
+         GENLIST_PART_DISCLIP
+         GENLIST_DIALOGUE_PART_BASE(   GENLIST_GT_H )
+         GENLIST_PART_PADDING_TOP(     GENLIST_GT_PAD_T_H )
+         GENLIST_PART_PADDING_BOTTOM(  GENLIST_GT_PAD_B_H )
+         GENLIST_PART_PADDING_LEFT(    GENLIST_GT_PAD_L_W )
+         GENLIST_PART_PADDING_RIGHT(   GENLIST_GT_PAD_R_W )
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
+         part { name: "elm.text";
+            type: TEXT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
+               align: 0.0 0.0;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  offset: GENLIST_GT_PAD_M_W 0;
+                  to_x: "elm.icon";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_DIALOGUE_GT_TEXT_COLOR;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
-               align: 0.0 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
-            type: RECT;
+         part { name: "elm.icon";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+                          align: 1.0 1.0;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
-               visible: 0;
             }
          }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 1.0 0.5;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.text2.left";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.text.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.2";
-               }
-               visible: 0;
-               align: 1.0 0.5;
-            }
-         }
-         part { name: "elm.text.1";
+      }
+   }
+
+// Dialogue Group Separators
+// default separator
+// FIXME: style (dialogue) might be moved to last words (as-is default)
+// FIXME: seperator --> separator typo
+// FIXME: Check whether below separators are used now..
+   group { name : "elm/genlist/item/dialogue/separator/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/default";
+         //FIXME: below name should be used??
+      alias: "elm/genlist/item/dialogue/separator/21/with_line/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/21/with_line/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/21/with_line/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/21/with_line/default";
+      alias: "elm/layout/dialogue/separator/hd33/with_line";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT + 1)
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+   group { name : "elm/genlist/item/dialogue/separator/end/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/end/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/end/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/end/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+      parts {
+         GENLIST_PART_DIALOGUE_BASE(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT)
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+   group { name : "elm/genlist/item/dialogue/seperator.2/default";
+      alias: "elm/genlist/item_odd/dialogue/seperator.2/default";
+      alias: "elm/genlist/item_compress/dialogue/seperator.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default";
+      alias: "elm/genlist/item/dialogue/separator/11/with_line/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default";
+      alias: "elm/layout/dialogue/separator/hd18/with_line";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_18_INC )
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+   group { name : "elm/genlist/item/dialogue/seperator.3/default";
+      alias: "elm/genlist/item_odd/dialogue/seperator.3/default";
+      alias: "elm/genlist/item_compress/dialogue/seperator.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default";
+      alias: "elm/genlist/item/dialogue/separator/20/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/20/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/20/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default";
+      alias: "elm/layout/dialogue/separator/hd32";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_PADDING_32_INC )
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+   group { name : "elm/genlist/item/dialogue/seperator.4/default";
+      alias: "elm/genlist/item_odd/dialogue/seperator.4/default";
+      alias: "elm/genlist/item_compress/dialogue/seperator.4/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default";
+      alias: "elm/genlist/item/dialogue/separator/10/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/10/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/10/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default";
+      alias: "elm/layout/dialogue/separator/hd16";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_16_INC )
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+   group { name : "elm/genlist/item/dialogue/seperator.5/default";
+      alias: "elm/genlist/item_odd/dialogue/seperator.5/default";
+      alias: "elm/genlist/item_compress/dialogue/seperator.5/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default";
+      alias: "elm/genlist/item/dialogue/separator/1/with_line/default";
+      alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default";
+      alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default";
+      alias: "elm/layout/dialogue/separator/hd1";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "GENLIST_TREESIZE_DEFAULT";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1_INC )
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+// 4.1.1
+   group { name: "elm/genlist/item/dialogue/1text/default";
+      alias: "elm/genlist/item_odd/dialogue/1text/default";
+      alias: "elm/genlist/item_compress/dialogue/1text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text/default";
+      alias: "elm/genlist/item/dialogue.1text/default";
+      alias: "elm/genlist/item_odd/dialogue.1text/default";
+      alias: "elm/genlist/item_compress/dialogue.1text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.1text/default";
+      alias: "elm/layout/dialogue/1text";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.padding.right";
                }
-               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         //GENLIST_PROGRAM_FLIP_1TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.1.6
-   group { name: "elm/genlist/item/dialogue/1text.1icon.3/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.1icon.3/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.1icon.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.3/default";
-      alias: "elm/layout/dialogue/1text.1icon.3";
+// 4.1.2
+   group { name: "elm/genlist/item/dialogue/1text.1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default";
+      alias: "elm/layout/dialogue/1text.1icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
       data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
                fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
+               rel1.to_x: "elm.padding.right";
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                }
-               align: 0.0 0.5;
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
+               rel1.to_x: "elm.icon";
+               rel2 {
+                  relative: 0.0 1.0;
                   to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
+               align: 1.0 0.0;
                visible: 0;
             }
          }
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                }
                align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text";
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
       }
    }
 
-// 4.1.6 textblock for message
-   group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
-      alias: "elm/layout/dialogue/1text.1icon.6";
+// 4.1.3
+   group { name: "elm/genlist/item/dialogue/1text.1icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default";
+      alias: "elm/layout/dialogue/1text.1icon.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
       data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.icon.right";
+            clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
          }
          part { name: "elm.text";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.icon.right";
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  style: "genlist_default_textblock_style";
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_default_textblock_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          GENLIST_PART_FLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text";
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
       }
    }
 
-// 4.1.17
-   group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
-      alias: "elm/layout/dialogue/1text.1icon.4";
-      data.item: "stacking" "above";
+// 4.1.4
+   group { name: "elm/genlist/item/dialogue/1text.2icon/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.2icon/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon/default";
+      alias: "elm/layout/dialogue/1text.2icon";
+      data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 60 60;
-               max: 60 60;
                fixed: 1 1;
                rel1.to_x: "elm.padding.right";
                rel2 {
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: 10 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                }
                rel2 {
                   relative: 0.0 1.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   // 4.1.19
-   group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
-
+// 4.1.5
+   group { name: "elm/genlist/item/dialogue/2text.1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default";
+      alias: "elm/layout/dialogue/2text.1icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1";
-      data.item: "contents" "elm.icon.1";
-
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.1";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon";
                }
+               rel2.to_x: "elm.icon";
+               align: 0.0 0.0;
+               visible: 0;
             }
          }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         /*program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text";
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text";
-            transition: LINEAR 0.1;
-         }*/
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/2text.5/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.5/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.5/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_154_INC 0;
+               min: GENLIST_SIZE_133_INC 0;
                fixed: 1 0;
                rel1.to_x: "elm.padding.right";
                rel2 {
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
                fixed: 1 0;
                rel1.to_x: "elm.text.2";
                rel2 {
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.icon.right";
                }
                rel2 {
                   relative: 0.0 1.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
-
-   group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
-      alias: "elm/layout/dialogue/1text.2icon.2";
+//
+// 4.1.6 textblock for message
+   group { name: "elm/genlist/item/dialogue/1text.1icon.6/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.1icon.6/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.1icon.6/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.6/default";
+      alias: "elm/layout/dialogue/1text.1icon.6";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
+         part { name: "elm.padding.icon.right";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.1";
+               rel2.to_x: "elm.icon";
                align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
          part { name: "elm.text";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  style: "genlist_default_textblock_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/1text.3icon/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
-      alias: "elm/layout/dialogue/1text.3icon";
+// 4.1.17
+   group { name: "elm/genlist/item/dialogue/1text.1icon.4/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.1icon.4/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.4/default";
+      alias: "elm/layout/dialogue/1text.1icon.4";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.3";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: 60 60;
+               max: 60 60;
                fixed: 1 1;
                rel1.to_x: "elm.padding.right";
                rel2 {
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+         part { name: "elm.padding.icon.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: 10 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.3";
+               rel1.to_x: "elm.icon";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
+                  to_x: "elm.icon";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.icon3.left";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-               }
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
          part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.icon.left";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_3ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   /* password style 4.2.13 */
-   /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
-   group { name: "elm/genlist/item/dialogue/1text.4icon/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
-      alias: "elm/layout/dialogue/4icon";
+   // 4.1.19
+   group { name: "elm/genlist/item/dialogue/1text.1icon.5/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.1icon.5/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.1icon.5/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.5/default";
+
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
       data.item: "texts" "elm.text.1";
-      images {
-         image : "00_input_bg.png" COMP;
-      }
+      data.item: "contents" "elm.icon.1";
+
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+                GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.left";
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: RECT;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_74_INC 0;
-               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.rect.dialogue";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.rect.dialogue";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
-               visible: 0;
             }
          }
-         part { name: "elm.icon1.bg";
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/2text.5/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.5/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.5/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.5/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: IMAGE;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.bottom";
-               }
+               min: GENLIST_SIZE_154_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.right";
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 5 5 5 5;
-               image.border_scale: 1;
+               align: 1.0 0.5;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_roman";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
+         part { name: "elm.padding.text2.left";
+            type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  to: "elm.icon1.bg";
-                  offset: 2 2;
-               }
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.text.2";
                rel2 {
-                  to: "elm.icon1.bg";
-                  offset: -3 -3;
-               }
-               align: 0.5 0.5;
-            }
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon1.bg";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon1.bg";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon2.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 5 5 5 5;
-               image.border_scale: 1;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  to: "elm.icon2.bg";
-                  offset: 2 2;
-               }
-               rel2 {
-                  to: "elm.icon2.bg";
-                  offset: -3 -3;
-               }
-               align: 0.5 0.5;
-            }
-         }
-         part { name: "elm.padding.icon3.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon2.bg";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon2.bg";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
                }
-               align: 0.0 1.0;
                visible: 0;
+               align: 1.0 0.5;
             }
          }
-         part { name: "elm.icon3.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 5 5 5 5;
-               image.border_scale: 1;
-            }
-         }
-         part { name: "elm.icon.3";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  to: "elm.icon3.bg";
-                  offset: 2 2;
-               }
-               rel2 {
-                  to: "elm.icon3.bg";
-                  offset: -3 -3;
-               }
-               align: 0.5 0.5;
-            }
-         }
-         part { name: "elm.padding.icon4.left";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon3.bg";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon3.bg";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon4.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text2.left";
                }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.padding.bottom";
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 5 5 5 5;
-               image.border_scale: 1;
             }
-         }
-         part { name: "elm.icon.4";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  to: "elm.icon4.bg";
-                  offset: 2 2;
-               }
-               rel2 {
-                  to: "elm.icon4.bg";
-                  offset: -3 -3;
-               }
-               align: 0.5 0.5;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             target: "elm.text.1";
             target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
+         //GENLIST_PROGRAM_FLIP_1TEXT
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/3icon/default";
-      alias: "elm/genlist/item_odd/dialogue/3icon/default";
-      alias: "elm/genlist/item_compress/dialogue/3icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
-      alias: "elm/layout/dialogue/3icon";
+   group { name: "elm/genlist/item/dialogue/1text.2icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.2icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.2icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.2icon.2/default";
+      alias: "elm/layout/dialogue/1text.2icon.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+      data.item: "texts" "elm.text";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
-               max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.3";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
-               max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1.to_x: "elm.padding.right";
                rel2 {
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.3";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
+                  to_x: "elm.icon.2";
                }
                align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon.2";
+         part { name: "elm.text";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
+                  to_x: "elm.padding.icon2.left";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "disabled" 0.0;
             target: "disclip";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
-      alias: "elm/layout/dialogue/2text.1icon.4";
+   group { name: "elm/genlist/item/dialogue/1text.3icon/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.3icon/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.3icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon/default";
+      alias: "elm/layout/dialogue/1text.3icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.2";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1.to_x: "elm.padding.right";
+               rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
                }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.3";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.icon.3";
                }
                align: 1.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_medium";
-               }
+               visible: 0;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1.to_x: "elm.padding.icon3.left";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon3.left";
+               }
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text2.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.text.2";
+               rel1.to_x: "elm.icon.2";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.text.2";
+                  to_x: "elm.icon.2";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
-                  to_y: "elm.text.2";
+                  to_x: "elm.padding.icon2.left";
                }
                align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_16_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
          GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_1TEXT_3ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
+         //GENLIST_PROGRAM_FLIP_1TEXT
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/1title.1text/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
-      alias: "elm/genlist/item/dialogue.1title.1text/default";
-      alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
-      alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
-      alias: "elm/layout/dialogue/1title.1text";
+   /* password style 4.2.13 */
+   /* on landscape mode, 4 swallow parts will be placed left-align basis with having padding on the right side. */
+   group { name: "elm/genlist/item/dialogue/1text.4icon/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.4icon/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.4icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.4icon/default";
+      alias: "elm/layout/dialogue/4icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text";
-      data.item: "flips" "elm.flip.content";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
+      data.item: "texts" "elm.text.1";
+      images {
+         image : "00_input_bg.png" COMP;
+      }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_24_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.title";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
-               fixed: 1 0;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.icon.1";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               color: GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
-         }
-         part { name: "vertical_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.title";
-               }
-               rel2.to_x: "elm.title";
-               align: 0.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
          }
-         part { name: "elm.padding.text.left";
+         part { name: "elm.padding.icon1.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_PADDING_74_INC 0;
                fixed: 1 0;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "vertical_line";
+                  relative: 1.0 0.0;
+                  to_x: "elm.rect.dialogue";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "vertical_line";
-               align: 0.0 0.5;
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.rect.dialogue";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.icon1.bg";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: IMAGE;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 5 5 5 5;
+               image.border_scale: 1;
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  to: "elm.icon1.bg";
+                  offset: 2 2;
+               }
+               rel2 {
+                  to: "elm.icon1.bg";
+                  offset: -3 -3;
                }
+               align: 0.5 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content";
+         part { name: "elm.padding.icon2.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon1.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon1.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon2.bg";
+            clip_to: "disclip";
+            type: IMAGE;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 5 5 5 5;
+               image.border_scale: 1;
+            }
+         }
+         part { name: "elm.icon.2";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
+               rel1 {
+                  to: "elm.icon2.bg";
+                  offset: 2 2;
+               }
+               rel2 {
+                  to: "elm.icon2.bg";
+                  offset: -3 -3;
+               }
+               align: 0.5 0.5;
+            }
+         }
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon2.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon2.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon3.bg";
+            clip_to: "disclip";
+            type: IMAGE;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 0.5;
-                  to_x: "elm.text";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 0.5;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 5 5 5 5;
+               image.border_scale: 1;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  to: "elm.icon3.bg";
+                  offset: 2 2;
+               }
+               rel2 {
+                  to: "elm.icon3.bg";
+                  offset: -3 -3;
+               }
+               align: 0.5 0.5;
+            }
+         }
+         part { name: "elm.padding.icon4.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon3.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon3.bg";
+                  to_y: "elm.padding.bottom";
                }
+               align: 0.0 1.0;
                visible: 0;
             }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+         }
+         part { name: "elm.icon4.bg";
+            clip_to: "disclip";
+            type: IMAGE;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 5 5 5 5;
+               image.border_scale: 1;
+            }
+         }
+         part { name: "elm.icon.4";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  to: "elm.icon4.bg";
+                  offset: 2 2;
+               }
+               rel2 {
+                  to: "elm.icon4.bg";
+                  offset: -3 -3;
+               }
+               align: 0.5 0.5;
             }
          }
          GENLIST_PART_DISCLIP
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }*/
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
-      alias: "elm/genlist/item/dialogue.1title.1text.3/default";
-      alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
-      alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
-      alias: "elm/layout/dialogue/1title.1text.3";
+   group { name: "elm/genlist/item/dialogue/3icon/default";
+      alias: "elm/genlist/item_odd/dialogue/3icon/default";
+      alias: "elm/genlist/item_compress/dialogue/3icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/3icon/default";
+      alias: "elm/layout/dialogue/3icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text";
-      data.item: "flips" "elm.flip.content.title elm.flip.content";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.title";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
-               fixed: 1 0;
+               min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
+               max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                }
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content.title";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
                visible: 0;
-               fixed: 1 1;
-               rel1.to: "elm.title";
-               rel2.to: "elm.title";
             }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
+               max: GENLIST_SIZE_80_INC GENLIST_SIZE_80_INC;
+               fixed: 1 1;
+               rel1.to_x: "elm.padding.right";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "vertical_line";
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
+               rel1.to_x: "elm.icon.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.3";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.title";
+                  to_x: "elm.padding.icon1.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon3.left";
                }
-               rel2.to_x: "elm.title";
                align: 0.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text.left";
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/2text.1icon.4/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.4/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.4/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.4/default";
+      alias: "elm/layout/dialogue/2text.1icon.4";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_11_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               align: 1.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 1.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text2.left";
             clip_to: "disclip";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
                fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "vertical_line";
+               rel1.to_x: "elm.text.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
                }
-               rel2.to_x: "vertical_line";
-               align: 0.0 0.5;
+               align: 1.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.text2.left";
+                  to_y: "elm.text.2";
                }
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content";
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 1 1;
+               min: 0 GENLIST_SIZE_16_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 0.0 0.5;
-                  to_x: "elm.text";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 0.5;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               visible: 0;
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+               align: 0.0 1.0;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.title";
-            target: "elm.text";
-            target: "elm.flip.content.title";
-            target: "elm.flip.content";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.title";
-            target: "elm.text";
-            target: "elm.flip.content.title";
-            target: "elm.flip.content";
-         }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
-      alias: "elm/layout/dialogue/1title.1text.1icon";
+   group { name: "elm/genlist/item/dialogue/1title.1text/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.1text/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.1text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default";
+      alias: "elm/genlist/item/dialogue.1title.1text/default";
+      alias: "elm/genlist/item_odd/dialogue.1title.1text/default";
+      alias: "elm/genlist/item_compress/dialogue.1title.1text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default";
+      alias: "elm/layout/dialogue/1title.1text";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.title elm.text";
-      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.title";
             clip_to: "disclip";
             type: TEXT;
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "slp_roman";
                }
             }
          }
                visible: 0;
             }
          }
-         part { name: "elm.icon";
-           clip_to: "disclip";
-            type: SWALLOW;
+         part { name: "elm.text";
+            clip_to: "disclip";
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.left";
+               }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
-               align: 1.0 0.5;
-            }
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                   relative: 0.0 1.0;
-                   to_x: "elm.icon";
-               }
-               rel2.to_x: "elm.icon";
-               align: 1.0 0.5;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
-               }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT
+         //GENLIST_PROGRAM_FLIP_1TEXT
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
-      alias: "elm/layout/dialogue/1title.1text.1icon.2";
+   group { name: "elm/genlist/item/dialogue/1title.1text.3/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default";
+      alias: "elm/genlist/item/dialogue.1title.1text.3/default";
+      alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default";
+      alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default";
+      alias: "elm/layout/dialogue/1title.1text.3";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.title elm.text";
-      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content.title elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.title";
             clip_to: "disclip";
             type: TEXT;
                visible: 0;
             }
          }
-         part { name: "elm.icon";
-           clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 0;
-               max: 0 0;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 1.0 0.5;
-               visible: 0;
-            }
-            description { state: "contact_default_number_enabled" 0.0;
-               inherit: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               visible: 1;
-            }
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                   relative: 0.0 1.0;
-                   to_x: "elm.icon";
-               }
-               rel2.to_x: "elm.icon";
-               align: 1.0 0.5;
-               visible: 0;
-            }
-            description { state: "contact_default_number_enabled" 0.0;
-               inherit: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-            }
-         }
          part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                }
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
-            description { state: "contact_default_number_enabled" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
-            }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.flip.content";
                   to_x: "elm.text";
                }
                rel2 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.icon.left";
+                  relative: 0.0 0.5;
+                  to_x: "elm.padding.right";
                }
                visible: 0;
             }
             target: "elm.flip.content.title";
             target: "elm.flip.content";
          }
-         program { name: "contact_default_number_enabled";
-            signal: "elm,state,contact,default_number,enabled";
-            source: "elm";
-            action: STATE_SET "contact_default_number_enabled" 0.0;
-            target: "elm.icon";
-            target: "elm.padding.icon.left";
-            target: "elm.text";
-         }
-         program { name: "contact_default_number_disabled";
-            signal: "elm,state,contact,default_number,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.icon";
-            target: "elm.padding.icon.left";
-            target: "elm.text";
-         }
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.4/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.4/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.4/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
-      alias: "elm/layout/dialogue/2text.4";
+   group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default";
+      alias: "elm/layout/dialogue/1title.1text.1icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "texts" "elm.title elm.text";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.2";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.title";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_206_INC 0;
+               min: GENLIST_SIZE_163_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                }
-               rel2.to_x: "elm.padding.right";
-               align: 1.0 0.5;
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
                color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                }
             }
          }
-         part { name: "elm.padding.text2.left";
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            }
+         }
+         part { name: "elm.padding.text.left";
+            clip_to: "disclip";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.text.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.text.2";
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "vertical_line";
                }
-               align: 1.0 0.5;
+               rel2.to_x: "vertical_line";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
-         part { name: "vertical_line";
-            type: RECT;
+         part { name: "elm.icon";
+           clip_to: "disclip";
+            type: SWALLOW;
             mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.padding.text2.left";
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1.to_x: "elm.padding.right";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.padding.right";
                }
                align: 1.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
          }
-         part { name: "elm.padding.text1.right";
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "vertical_line";
+               rel1.to_x: "elm.icon";
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "vertical_line";
+                   relative: 0.0 1.0;
+                   to_x: "elm.icon";
                }
+               rel2.to_x: "elm.icon";
                align: 1.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.padding.text.left";
                }
                rel2 {
-                  relative: 0.0  1.0;
-                  to_x: "elm.padding.text1.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.left";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_42_INC;
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
-                  align: 1.0 0.5;
-                  text_class: "slp_roman";
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.flip.content";
             description { state: "default" 0.0;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "vertical_line";
+                  relative: 0.0 0.5;
+                  to_x: "elm.text";
                }
                rel2 {
                   relative: 0.0 0.5;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         //GENLIST_PROGRAM_FLIP_1TEXT
       }
    }
 
-   group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
-      inherit: "elm/genlist/item/dialogue/2text.4/default";
+   group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default";
+      alias: "elm/layout/dialogue/1title.1text.1icon.2";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.title elm.text";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content.title elm.flip.content";
       parts {
-         part { name: "elm.text.2";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.title";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_206_INC 0;
+               min: GENLIST_SIZE_163_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                }
-               rel2.to_x: "elm.padding.right";
-               align: 1.0 0.5;
-               text {
-                  style: "genlist_default_textblock_style";
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
-      alias: "elm/layout/dialogue/1text.3icon.2";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
+         part { name: "elm.flip.content.title";
             clip_to: "disclip";
             type: SWALLOW;
-            scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               visible: 0;
                fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
+               rel1.to: "elm.title";
+               rel2.to: "elm.title";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
+         part { name: "vertical_line";
             type: RECT;
-            scale: 1;
+            mouse_events: 0;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: 1 0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.title";
                }
-               rel2.to_x: "elm.padding.icon1.right";
+               rel2.to_x: "elm.title";
                align: 0.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
+         part { name: "elm.padding.text.left";
             clip_to: "disclip";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
+                   relative: 1.0 0.0;
+                   to_x: "vertical_line";
                }
-               rel2.to_x: "elm.icon.2";
+               rel2.to_x: "vertical_line";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.icon.3";
-            clip_to: "disclip";
+         part { name: "elm.icon";
+           clip_to: "disclip";
             type: SWALLOW;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-               }
+               min: 0 0;
+               max: 0 0;
+               rel1.to_x: "elm.padding.right";
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
                align: 1.0 0.5;
+               visible: 0;
+            }
+            description { state: "contact_default_number_enabled" 0.0;
+               inherit: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               visible: 1;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon3.left";
+         part { name: "elm.padding.icon.left";
             clip_to: "disclip";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: 0 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.3";
+               rel1.to_x: "elm.icon";
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.3";
+                   relative: 0.0 1.0;
+                   to_x: "elm.icon";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.icon";
+               align: 1.0 0.5;
                visible: 0;
             }
+            description { state: "contact_default_number_enabled" 0.0;
+               inherit: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+            }
          }
          part { name: "elm.text";
             clip_to: "disclip";
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.text.left";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon3.left";
+                  to_x: "elm.padding.icon.left";
                }
-               align: 0.0 0.5;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
-            description { state: "selected" 0.0;
+            description { state: "contact_default_number_enabled" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
+         part { name: "elm.flip.content";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 1;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.5;
+                  to_x: "elm.text";
+               }
+               rel2 {
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.icon.left";
+               }
+               visible: 0;
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
          GENLIST_PART_DISCLIP
       }
       programs {
-         program { name: "go_active";
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
             target: "elm.text";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "bg_image";
             target: "elm.text";
             transition: LINEAR 0.1;
-         }
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.title";
+            target: "elm.text";
+            target: "elm.flip.content.title";
+            target: "elm.flip.content";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.title";
+            target: "elm.text";
+            target: "elm.flip.content.title";
+            target: "elm.flip.content";
+         }
+         program { name: "contact_default_number_enabled";
+            signal: "elm,state,contact,default_number,enabled";
+            source: "elm";
+            action: STATE_SET "contact_default_number_enabled" 0.0;
+            target: "elm.icon";
+            target: "elm.padding.icon.left";
+            target: "elm.text";
+         }
+         program { name: "contact_default_number_disabled";
+            signal: "elm,state,contact,default_number,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.icon";
+            target: "elm.padding.icon.left";
+            target: "elm.text";
+         }
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text/default";
-      alias: "elm/genlist/item_odd/dialogue/2text/default";
-      alias: "elm/genlist/item_compress/dialogue/2text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
-      alias: "elm/layout/dialogue/2text";
+   group { name: "elm/genlist/item/dialogue/2text.4/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.4/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.4/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.4/default";
+      alias: "elm/layout/dialogue/2text.4";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_97_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
+               min: GENLIST_SIZE_206_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.right";
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               rel2.to_x: "elm.padding.right";
+               align: 1.0 0.5;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
+         part { name: "elm.padding.text2.left";
+            type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
-               }
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.text.2";
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
                }
+               align: 1.0 0.5;
+               visible: 0;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
          }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.text2.left";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text2.left";
+               }
+               align: 1.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            }
          }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
+         part { name: "elm.padding.text1.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "vertical_line";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               align: 1.0 0.5;
+               visible: 0;
+            }
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/2text.2/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.2/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
-      alias: "elm/layout/dialogue/2text.2";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0  1.0;
+                  to_x: "elm.padding.text1.right";
                }
-               align: 0.0 1.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  size: GENLIST_FONT_42_INC;
                   min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  align: 1.0 0.5;
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.flip.content";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.5;
+                  to_x: "vertical_line";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 0.5;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
-               }
-               align: 0.0 1.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
+               visible: 0;
             }
-            description { state: "selected" 0.0;
+            description { state: "flip_enabled" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               visible: 1;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         program { name: "go_active";
+         /*program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+            target: "elm.text";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
-         }
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             target: "disclip";
          }
          GENLIST_PROGRAM_FLIP_2TEXT
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.3/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.3/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
-      alias: "elm/layout/dialogue/2text.3";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "flips" "elm.flip.content";
+   group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
+      inherit: "elm/genlist/item/dialogue/2text.4/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.1";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
+               min: GENLIST_SIZE_206_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.right";
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               rel2.to_x: "elm.padding.right";
+               align: 1.0 0.5;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  style: "genlist_default_textblock_style";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1text.3icon.2/default";
+      alias: "elm/layout/dialogue/1text.3icon.2";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
                }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+               }
+               rel2.to_x: "elm.padding.icon1.right";
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.3";
+               }
+               align: 1.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon3.left";
+               }
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
          program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
-      alias: "elm/layout/dialogue/2text.1icon.2";
+   group { name: "elm/genlist/item/dialogue/2text/default";
+      alias: "elm/genlist/item_odd/dialogue/2text/default";
+      alias: "elm/genlist/item_compress/dialogue/2text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text/default";
+      alias: "elm/layout/dialogue/2text";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
-               }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
-      alias: "elm/layout/dialogue/2text.1icon.3";
+   group { name: "elm/genlist/item/dialogue/2text.2/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.2/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default";
+      alias: "elm/layout/dialogue/2text.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon";
-               }
-               rel2.to_x: "elm.icon";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
                min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
+               align: 0.0 1.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_y: "elm.text.1";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               align: 0.0 1.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.3icon/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
-      alias: "elm/layout/dialogue/2text.3icon";
+   group { name: "elm/genlist/item/dialogue/2text.3/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.3/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default";
+      alias: "elm/layout/dialogue/2text.3";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.swallow.colorbar";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.rect.dialogue";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.rect.dialogue";
-               }
-               align: 0.0 0.0;
-            }
-         }
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.right";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "slp_roman";
                }
             }
             description { state: "selected" 0.0;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.2icon/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
-      alias: "elm/layout/dialogue/2text.2icon";
+   group { name: "elm/genlist/item/dialogue/2text.1icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default";
+      alias: "elm/layout/dialogue/2text.1icon.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
-               max: GENLIST_SIZE_42_INC GENLIST_SIZE_42_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.bottom";
                }
+               rel2.to_x: "elm.padding.left";
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.2";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.2";
+               rel2.to_x: "elm.icon";
                align: 0.0 0.0;
                visible: 0;
             }
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.text.1";
                }
                rel2 {
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
-      alias: "elm/layout/dialogue/2text.2icon.2";
+   group { name: "elm/genlist/item/dialogue/2text.1icon.3/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default";
+      alias: "elm/layout/dialogue/2text.1icon.3";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
                   relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
                }
+               rel2.to_x: "elm.padding.left";
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.1";
+               rel2.to_x: "elm.icon";
                align: 0.0 0.0;
                visible: 0;
             }
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
-      alias: "elm/layout/dialogue/2text.2icon.3";
+   group { name: "elm/genlist/item/dialogue/2text.3icon/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.3icon/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.3icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default";
+      alias: "elm/layout/dialogue/2text.3icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.swallow.colorbar";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.rect.dialogue";
                }
                rel2 {
                   relative: 1.0 0.0;
+                  to_x: "elm.rect.dialogue";
+               }
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.icon1.right";
-            clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
                fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
+               rel1.to_x: "elm.padding.right";
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
                }
                align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.icon2.left";
-            clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                   to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
-      alias: "elm/layout/dialogue/2text.1icon.5";
+   group { name: "elm/genlist/item/dialogue/2text.2icon/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.2icon/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon/default";
+      alias: "elm/layout/dialogue/2text.2icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       data.item: "flips" "elm.flip.content";
       parts {
          GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 1.0 0.0;
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon2.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               align: 0.0 0.0;
                visible: 0;
             }
          }
                min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               align: 0.0 1.0;
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.text.1";
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.2.11
-   group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
-      alias: "elm/layout/dialogue/1title.1text.2";
+   group { name: "elm/genlist/item/dialogue/2text.2icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default";
+      alias: "elm/layout/dialogue/2text.2icon.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
       parts {
-         part { name: "base";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
             type: RECT;
-            repeat_events: 1;
+            scale: 1;
             description { state: "default" 0.0;
-               color: GENLIST_PART_BG_COLOR_INC;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
             }
          }
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.title";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "vertical_line";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
+            type: SWALLOW;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.title";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
                }
-               rel2.to_x: "elm.title";
-               align: 0.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text.left";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "vertical_line";
+                  relative: 0.0 0.0;
+                  to_x: "elm.icon.2";
                }
-               rel2.to_x: "vertical_line";
-               align: 0.0 0.5;
+               rel2.to_x: "elm.icon.2";
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXTBLOCK;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.text.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.bottom";
                }
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  style: "genlist_textblock_flexible_style";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               text.style: "genlist_textblock_selected_style";
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.title";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.title";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-/*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
-      alias: "elm/layout/dialogue/1title.2text";
+   group { name: "elm/genlist/item/dialogue/2text.2icon.3/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default";
+      alias: "elm/layout/dialogue/2text.2icon.3";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text.1 elm.text.2";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "vertical_line";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: RECT;
-            mouse_events: 0;
+            type: SWALLOW;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.title";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.title";
                align: 0.0 0.5;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "center_line";
+         part { name: "elm.padding.icon1.right";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "vertical_line";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
                }
-               rel2.relative: 1.0 0.5;
-               align: 0.5 1.0;
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
             }
          }
-         part { name: "elm.title";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0  0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.title.right";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.title";
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
                }
-               rel2.to_x: "elm.title";
+               align: 1.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
             }
          }
          part { name: "elm.text.1";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.title.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center_line";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.top";
                }
+               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.title.right";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.title";
+            target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.title";
+            target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
             transition: LINEAR 0.1;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
-   }*/
+   }
 
-   /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
-   group { name: "elm/genlist/item/dialogue/4icon/default";
-      alias: "elm/genlist/item_odd/dialogue/4icon/default";
-      alias: "elm/genlist/item_compress/dialogue/4icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
-      alias: "elm/layout/dialogue/4icon";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
-      images {
-         image : "00_input_bg.png" COMP;
-      }
+   group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default";
+      inherit: "elm/genlist/item/dialogue/2text.2icon.3/default";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
+                  style: "genlist_default_textblock_style";
                   size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text: "Password";
                   text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_default_textblock_selected_style";
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.left";
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/2text.1icon.5/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.5/default";
+      alias: "elm/layout/dialogue/2text.1icon.5";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
             clip_to: "disclip";
-            type: RECT;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_74_INC 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon1.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 4 4 4 4; // TODO: check this out.
-               image.border_scale: 1;
-            }
-         }
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon1.bg";
-               rel2.to: "elm.icon1.bg";
-               align: 0.5 0.5;
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.icon.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon1.bg";
-                  to_y: "elm.padding.bottom";
-               }
+               rel1.to_x: "elm.icon";
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon1.bg";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
                }
-               align: 0.0 1.0;
+               align: 1.0 0.0;
                visible: 0;
             }
          }
-         part { name: "elm.icon2.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon2.left";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 4 4 4 4; // TODO : check this out
-               image.border_scale: 1;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon2.bg";
-               rel2.to: "elm.icon2.bg";
-               align: 0.5 0.5;
-            }
-         }
-         part { name: "elm.padding.icon3.left";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon2.bg";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon2.bg";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 1.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon3.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon3.left";
-                  to_y: "elm.padding.bottom";
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 4 4 4 4; // TODO: handle this?
-               image.border_scale: 1;
             }
-         }
-         part { name: "elm.icon.3";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon3.bg";
-               rel2.to: "elm.icon3.bg";
-               align: 0.5 0.5;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon4.left";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC 0;
-               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon3.bg";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.icon3.bg";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 0.0 1.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon4.bg";
-            clip_to: "disclip";
-            type: IMAGE;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.text.1";
                }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon4.left";
-                  to_y: "elm.padding.bottom";
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
                }
-               align: 0.0 1.0;
-               image.normal: "00_input_bg.png";
-               image.border: 4 4 4 4; // TODO: check this out
-               image.border_scale: 1;
             }
-         }
-         part { name: "elm.icon.4";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon4.bg";
-               rel2.to: "elm.icon4.bg";
-               align: 0.5 0.5;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             target: "elm.text.1";
             target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
-      alias: "elm/layout/dialogue/2text.2icon.4";
+// 4.2.11
+   group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default";
+      alias: "elm/layout/dialogue/1title.1text.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
+      data.item: "texts" "elm.title elm.text";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_21_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.title";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
+               min: GENLIST_SIZE_163_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon1.right";
+         part { name: "vertical_line";
             clip_to: "disclip";
             type: RECT;
-            scale: 1;
+            mouse_events: 0;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: 1 0;
                fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.icon.1";
-               }
-               rel2.to_x: "elm.icon.1";
-               align: 0.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_x: "elm.title";
                }
-               align: 1.0 0.5;
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.left";
+         part { name: "elm.padding.text.left";
             clip_to: "disclip";
             type: RECT;
-            scale: 1;
+            mouse_events: 0;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.icon.2";
+                  relative: 1.0 0.0;
+                  to_x: "vertical_line";
                }
-               rel2.to_x: "elm.icon.2";
-               align: 1.0 0.0;
+               rel2.to_x: "vertical_line";
+               align: 0.0 0.5;
                visible: 0;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.text";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.left";
+                  to_x: "elm.padding.text.left";
                   to_y: "elm.padding.top";
                }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.text.2";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.1";
-               }
                rel2 {
                   relative: 0.0 0.0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  style: "genlist_textblock_flexible_style";
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               text.style: "genlist_textblock_selected_style";
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.title";
+            target: "elm.text";
             GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
+            target: "elm.title";
+            target: "elm.text";
             transition: LINEAR 0.1;
          }
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
          GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
-      alias: "elm/layout/dialogue/2text.1icon.6";
+/*   group { name: "elm/genlist/item/dialogue/1title.2text/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.2text/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.2text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default";
+      alias: "elm/layout/dialogue/1title.2text";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
+      data.item: "texts" "elm.title elm.text.1 elm.text.2";
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_142_INC )
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "vertical_line";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+            }
+         }
+         part { name: "center_line";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.5;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.5;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "elm.title";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1.to_x: "elm.padding.right";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+               min: GENLIST_SIZE_163_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
-               align: 1.0 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.left";
+         part { name: "elm.padding.title.right";
             clip_to: "disclip";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon";
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.title";
                }
-               align: 1.0 0.0;
+               rel2.to_x: "elm.title";
                visible: 0;
+               align: 0.0 0.5;
             }
          }
          part { name: "elm.text.1";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
-               fixed: 0 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.title.right";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center_line";
                }
-               align: 0.0 0.0;
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.title.right";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "slp_roman";
                }
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "bg_image";
+            target: "elm.title";
             target: "elm.text.1";
             target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "bg_image";
+            target: "elm.title";
             target: "elm.text.1";
             target: "elm.text.2";
             transition: LINEAR 0.1;
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
-   }
+   }*/
 
-   group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
-      alias: "elm/layout/dialogue/2text.1icon.7";
+   /* DEPRECATED : remove this style. use dialogue/1text.4icon instead. */
+   group { name: "elm/genlist/item/dialogue/4icon/default";
+      alias: "elm/genlist/item_odd/dialogue/4icon/default";
+      alias: "elm/genlist/item_compress/dialogue/4icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/4icon/default";
+      alias: "elm/layout/dialogue/4icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
+      images {
+         image : "00_input_bg.png" COMP;
+      }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BASE( GENLIST_HEIGHT_207_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_22_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_12_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_74_INC )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
-               fixed: 1 1;
-               rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               align: 1.0 0.5;
-            }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.padding.icon.left";
-            clip_to: "disclip";
-            type: RECT;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
-               rel1.to_x: "elm.icon";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon";
-               }
-               align: 1.0 0.0;
-               visible: 0;
-            }
-         }
-         part { name: "elm.text.1";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_61_INC;
+               min: 0 GENLIST_SIZE_48_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text: "Password";
+                  text_class: "list_item";
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.padding.icon1.left";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_PADDING_74_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon.left";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+               align: 0.0 1.0;
+               visible: 0;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         GENLIST_PART_FLIP
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
-            target: "elm.text.2";
-            transition: LINEAR 0.1;
-         }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
-      alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
-      alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
-      alias: "elm/layout/dialogue/2text.1icon.8";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
-         GENLIST_PART_BG_IMAGE
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.text.2";
+         part { name: "elm.icon1.bg";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: IMAGE;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_48_INC;
-               fixed: 0 1;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               align: 0.0 0.0;
-               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.left";
+                  to_y: "elm.padding.bottom";
                }
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 4 4 4 4; // TODO: check this out.
+               image.border_scale: 1;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon1.bg";
+               rel2.to: "elm.icon1.bg";
+               align: 0.5 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.1";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 0;
-               max: GENLIST_SIZE_672_INC 0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.left";
-                  to_y: "elm.text.2";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon1.bg";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  to_x: "elm.icon1.bg";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 1 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               align: 0.0 1.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon2.bg";
+            clip_to: "disclip";
+            type: IMAGE;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
                }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon2.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 4 4 4 4; // TODO : check this out
+               image.border_scale: 1;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon2.bg";
+               rel2.to: "elm.icon2.bg";
+               align: 0.5 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text1.right";
+         part { name: "elm.padding.icon3.left";
             clip_to: "disclip";
             type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
                fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon2.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon2.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
                visible: 0;
+            }
+         }
+         part { name: "elm.icon3.bg";
+            clip_to: "disclip";
+            type: IMAGE;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.text.1";
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.text.1";
-               align: 0.0 0.0;
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon3.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 4 4 4 4; // TODO: handle this?
+               image.border_scale: 1;
             }
          }
-         part { name: "elm.icon";
+         part { name: "elm.icon.3";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
-               max: GENLIST_SIZE_32_INC GENLIST_SIZE_32_INC;
+               rel1.to: "elm.icon3.bg";
+               rel2.to: "elm.icon3.bg";
+               align: 0.5 0.5;
+            }
+         }
+         part { name: "elm.padding.icon4.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon3.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon3.bg";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 1.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.icon4.bg";
+            clip_to: "disclip";
+            type: IMAGE;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_116_INC GENLIST_SIZE_116_INC;
                fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.text1.right";
-                  to_y: "elm.text.2";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon4.left";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.text1.right";
+                  to_x: "elm.padding.icon4.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
+               align: 0.0 1.0;
+               image.normal: "00_input_bg.png";
+               image.border: 4 4 4 4; // TODO: check this out
+               image.border_scale: 1;
+            }
+         }
+         part { name: "elm.icon.4";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon4.bg";
+               rel2.to: "elm.icon4.bg";
+               align: 0.5 0.5;
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         program { name: "go_active";
+         /*program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
             target: "elm.text.1";
             target: "elm.text.2";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             target: "elm.text.1";
             target: "elm.text.2";
             transition: LINEAR 0.1;
-         }
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.3.1
-   group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
-      alias: "elm/layout/dialogue/bg/2text.2icon";
+   group { name: "elm/genlist/item/dialogue/2text.2icon.4/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.2icon.4/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.2icon.4/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.4/default";
+      alias: "elm/layout/dialogue/2text.2icon.4";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
       images {
-          image: "00_list_thumbnail_bg.png" COMP;
+         image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon1.bg";
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
-               align: 0.0 0.52;
                rel1 {
-                  relative: 1.0 0.5;
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.5;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
                }
-               image {
-                  normal: "00_list_thumbnail_bg.png";
-                  border: 1 1 1 1;
-                  border_scale: 1;
-                  middle: NONE;
-               }
-            }
-         }
-         part { name: "elm.icon.1";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon1.bg";
-               rel2.to: "elm.icon1.bg";
+               align: 0.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_24_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.icon1.bg";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
                }
-               rel2.to_x: "elm.icon1.bg";
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
             }
          }
          part { name: "elm.icon.2";
+            clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
                rel1 {
-                  relative: 0.0 0.5;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.5;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
                }
                align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
+         part { name: "elm.padding.icon2.left";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
-               rel2 {
-                  relative: 0.0 1.0;
+               rel1 {
+                  relative: 0.0 0.0;
                   to_x: "elm.icon.2";
                }
                rel2.to_x: "elm.icon.2";
+               align: 1.0 0.0;
                visible: 0;
-               align: 1.0 0.5;
             }
          }
          part { name: "elm.text.1";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_54_INC;
+               min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
-               align: 0 0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.icon2.left";
                   to_y: "elm.padding.top";
                }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_48_INC;
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
-         }
-         part { name: "elm.padding.text.1.bottom";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_PADDING_8_INC;
-               fixed: 0 1;
-               rel1 {
-                   relative: 0.0 1.0;
-                   to_y: "elm.text.1";
-               }
-               rel2.to_y: "elm.text.1";
-               visible: 0;
-               align: 0.0 0.0;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.text.1.bottom";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_2ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.3.2
-   group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
-      alias: "elm/layout/dialogue/bg/3text.2icon";
+   group { name: "elm/genlist/item/dialogue/2text.1icon.6/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default";
+      alias: "elm/layout/dialogue/2text.1icon.6";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      images {
-          image: "00_list_thumbnail_bg.png" COMP;
-      }
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC)
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon1.bg";
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
-               fixed: 1 1;
-               align: 0.0 0.52;
-               rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-               }
-               image {
-                  normal: "00_list_thumbnail_bg.png";
-                  border: 1 1 1 1;
-                  border_scale: 1;
-                  middle: NONE;
-               }
-            }
-         }
-         part { name: "elm.icon.1";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon1.bg";
-               rel2.to: "elm.icon1.bg";
-            }
-         }
-         part { name: "elm.padding.icon1.right";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_24_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.icon1.bg";
-               }
-               rel2.to_x: "elm.icon1.bg";
-               visible: 0;
-               align: 0.0 0.5;
-            }
-         }
-         part { name: "elm.icon.2";
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
+            clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
-               max: GENLIST_SIZE_64_INC GENLIST_SIZE_64_INC;
                fixed: 1 1;
-               rel1 {
-                  relative: 0.0 0.5;
-                  to_x: "elm.padding.right";
-               }
+               rel1.to_x: "elm.padding.right";
                rel2 {
-                  relative: 0.0 0.5;
+                  relative: 0.0 1.0;
                   to_x: "elm.padding.right";
                }
                align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.2";
+               rel1.to_x: "elm.icon";
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.icon.2";
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon.2";
+               align: 1.0 0.0;
                visible: 0;
-               align: 1.0 0.5;
             }
          }
          part { name: "elm.text.1";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_54_INC;
+               min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
-               align: 0 0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.top";
                }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_48_INC;
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
-         }
-         part { name: "elm.padding.text.1.bottom";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_PADDING_8_INC;
-               fixed: 0 1;
-               rel1 {
-                   relative: 0.0 1.0;
-                   to_y: "elm.text.1";
-               }
-               rel2.to_y: "elm.text.1";
-               visible: 0;
-               align: 0.0 0.0;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.text.1.bottom";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.right";
-                  to_y: "elm.text.3";
-               }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
-               }
-            }
-         }
-         part { name: "elm.text.3";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_32_INC;
-               fixed: 0 1;
-               align: 0 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.icon2.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.3.3
-   group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
-      alias: "elm/layout/dialogue/bg/5text.2icon";
+   group { name: "elm/genlist/item/dialogue/2text.1icon.7/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default";
+      alias: "elm/layout/dialogue/2text.1icon.7";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-      images {
-          image: "00_list_thumbnail_bg.png" COMP;
-      }
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon1.bg";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
+               min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
+               max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC;
                fixed: 1 1;
-               align: 0.0 0.5;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-               }
-               image {
-                  normal: "00_list_thumbnail_bg.png";
-                  border: 1 1 1 1;
-                  border_scale: 1;
-                  middle: NONE;
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.icon.1";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon1.bg";
-               rel2.to: "elm.icon1.bg";
-            }
-         }
-         part { name: "elm.padding.icon1.right";
+         part { name: "elm.padding.icon.left";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.icon1.bg";
+               rel1.to_x: "elm.icon";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon";
                }
-               rel2.to_x: "elm.icon1.bg";
+               align: 1.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
             }
          }
          part { name: "elm.text.1";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_38_INC;
+               min: 0 GENLIST_SIZE_61_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  to_x: "elm.padding.icon.left";
                   to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_38_INC;
-               fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon.left";
+                  to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.0;
-               color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
                   text_class: "slp_medium";
                }
             }
-         }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.3";
-               }
-               rel2 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.text.3";
-               }
-               align: 0.0 0.5;
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon2.right";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.icon.2";
-               }
-               rel2.to_x: "elm.icon.2";
-               visible: 0;
-               align: 0.0 0.5;
-            }
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
-         part { name: "elm.text.3";
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/2text.1icon.8/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.8/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.8/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.8/default";
+      alias: "elm/layout/dialogue/2text.1icon.8";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_38_INC;
+               min: 0 GENLIST_SIZE_48_INC;
                fixed: 0 1;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.icon2.right";
-                  to_y: "elm.text.2";
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.2";
+                  to_y: "elm.padding.top";
                }
                align: 0.0 0.0;
-               color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "slp_roman";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.4";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
-               fixed: 1 1;
-               align: 0 1;
+               min: GENLIST_SIZE_672_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.2";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon1.right";
+                  to_x: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 1 1;
                   align: 0.0 0.5;
-                  text_class: "slp_medium";
+                  text_class: "list_item";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.text4.right";
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
+               visible: 0;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.text.4";
+                  relative: 1.0 0.0;
+                  to_x: "elm.text.1";
                }
-               rel2.to_x: "elm.text.4";
-               visible: 0;
-               align: 0.0 0.5;
+               rel2.to_x: "elm.text.1";
+               align: 0.0 0.0;
             }
          }
-         part { name: "elm.text.5";
+         part { name: "elm.icon";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
                fixed: 1 1;
-               align: 0 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text4.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.text.2";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.text4.right";
+                  to_x: "elm.padding.text1.right";
                   to_y: "elm.padding.bottom";
                }
-               color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_28_INC;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
-               }
+               align: 0.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_2TEXT_1ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-   // 4.1.9
-   group { name: "elm/genlist/item/dialogue/1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
-      alias: "elm/layout/dialogue/1icon";
+   // 2.4.2.19
+   group { name: "elm/genlist/item/dialogue/2text.1icon.9/default";
+      alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default";
+      alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default";
+      alias: "elm/layout/dialogue/2text.1icon.9";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon";
-
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
          GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          GENLIST_PART_DIALOGUE_ITEM
-         part { name: "elm.icon";
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon.1";
             clip_to: "disclip";
             type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
                rel1 {
                   relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
+               }
+               rel2.to_x: "elm.icon.1";
+               align: 0.0 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_61_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
                   to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "bg_image";
-            target: "elm.text";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/bg/1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
-      alias: "elm/layout/dialogue/bg/1icon";
+// 4.3.1
+   group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default";
+      alias: "elm/layout/dialogue/bg/2text.2icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon";
-
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      images {
+          image: "00_list_thumbnail_bg.png" COMP;
+      }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon";
-            clip_to: "disclip";
-            type: SWALLOW;
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_48_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon1.bg";
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
+               fixed: 1 1;
+               align: 0.0 0.52;
                rel1 {
-                  relative: 1.0 0.0;
+                  relative: 1.0 0.5;
                   to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               image {
+                  normal: "00_list_thumbnail_bg.png";
+                  border: 1 1 1 1;
+                  border_scale: 1;
+                  middle: NONE;
                }
             }
          }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/bg/2icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
-      alias: "elm/layout/dialogue/bg/2icon";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon.1 elm.icon.2";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
          part { name: "elm.icon.1";
-            clip_to: "disclip";
             type: SWALLOW;
             description { state: "default" 0.0;
-               rel1.relative: 0.021 0.0;
-               rel2.relative: 0.492 1.0;
+               rel1.to: "elm.icon1.bg";
+               rel2.to: "elm.icon1.bg";
+            }
+         }
+         part { name: "elm.padding.icon1.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_24_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.icon1.bg";
+               }
+               rel2.to_x: "elm.icon1.bg";
+               visible: 0;
+               align: 0.0 0.5;
             }
          }
          part { name: "elm.icon.2";
-            clip_to: "disclip";
             type: SWALLOW;
+            scale: 1;
             description { state: "default" 0.0;
-               rel1.relative: 0.51 0.0;
-               rel2.relative: 0.979 1.0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
+               rel1 {
+                  relative: 0.0 0.5;
+                  to_x: "elm.padding.right";
+               }
+               rel2 {
+                  relative: 0.0 0.5;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
             }
          }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
+         part { name: "elm.padding.icon2.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
+               }
+               rel2.to_x: "elm.icon.2";
+               visible: 0;
+               align: 1.0 0.5;
+            }
          }
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/bg/3icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
-
-      alias: "elm/genlist/item/dialogue.3icon/default";
-      alias: "elm/genlist/item_odd/dialogue.3icon/default";
-      alias: "elm/genlist/item_compress/dialogue.3icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
-
-      alias: "elm/layout/dialogue/bg/3icon";
-      alias: "elm/layout/dialogue/dialogue.3icon";
-
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
-
-      parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
-         part { name: "elm.icon.1";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               rel1.relative: 0.021 0.0;
-               rel2.relative: 0.327 1.0;
+               min: 0 GENLIST_SIZE_54_INC;
+               fixed: 0 1;
+               align: 0 0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.top";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_48_INC;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
             }
          }
-         part { name: "elm.icon.2";
-            clip_to: "disclip";
-            type: SWALLOW;
+         part { name: "elm.padding.text.1.bottom";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               rel1.relative: 0.348 0.0;
-               rel2.relative: 0.652 1.0;
+               min: 0 GENLIST_PADDING_8_INC;
+               fixed: 0 1;
+               rel1 {
+                   relative: 0.0 1.0;
+                   to_y: "elm.text.1";
+               }
+               rel2.to_y: "elm.text.1";
+               visible: 0;
+               align: 0.0 0.0;
             }
          }
-         part { name: "elm.icon.3";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               rel1.relative: 0.673 0.0;
-               rel2.relative: 0.979 1.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.text.1.bottom";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
             }
          }
          GENLIST_PART_DISCLIP
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+            transition: LINEAR 0.1;
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
       }
    }
 
-   group { name: "elm/genlist/item/dialogue.3icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
-      alias: "elm/layout/dialogue/dialogue.3icon.2";
+// 4.3.2
+   group { name: "elm/genlist/item/dialogue/bg/3text.2icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/3text.2icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/3text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.2icon/default";
+      alias: "elm/layout/dialogue/bg/3text.2icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
-
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      images {
+          image: "00_list_thumbnail_bg.png" COMP;
+      }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.1";
-            clip_to: "disclip";
-            type: SWALLOW;
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon1.bg";
+            scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_234_INC 0;
-               fixed: 1 0;
+               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
+               fixed: 1 1;
+               align: 0.0 0.52;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               image {
+                  normal: "00_list_thumbnail_bg.png";
+                  border: 1 1 1 1;
+                  border_scale: 1;
+                  middle: NONE;
                }
-               align: 1.0 0.5;
             }
          }
-         part { name: "elm.padding.icon.1.left";
-            clip_to: "disclip";
+         part { name: "elm.icon.1";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon1.bg";
+               rel2.to: "elm.icon1.bg";
+            }
+         }
+         part { name: "elm.padding.icon1.right";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_PADDING_24_INC 0;
                fixed: 1 0;
-               rel1.to_x: "elm.icon.1";
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.icon.1";
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.icon1.bg";
                }
+               rel2.to_x: "elm.icon1.bg";
                visible: 0;
-               align: 1.0 0.5;
+               align: 0.0 0.5;
             }
          }
          part { name: "elm.icon.2";
-            clip_to: "disclip";
             type: SWALLOW;
+            scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_234_INC 0;
-               fixed: 1 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.1.left";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.5;
+                  to_x: "elm.padding.right";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.1.left";
+                  relative: 0.0 0.5;
+                  to_x: "elm.padding.right";
                }
                align: 1.0 0.5;
             }
          }
-         part { name: "elm.padding.icon.2.left";
-            clip_to: "disclip";
+         part { name: "elm.padding.icon2.right";
             type: RECT;
             mouse_events: 0;
             scale: 1;
                   relative: 0.0 1.0;
                   to_x: "elm.icon.2";
                }
+               rel2.to_x: "elm.icon.2";
                visible: 0;
                align: 1.0 0.5;
             }
          }
-         part { name: "elm.icon.3";
+         part { name: "elm.text.1";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_234_INC 0;
-               fixed: 1 0;
+               min: 0 GENLIST_SIZE_54_INC;
+               fixed: 0 1;
+               align: 0 0;
                rel1 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.2.left";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to_x: "elm.padding.icon.2.left";
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.top";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_48_INC;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
-               align: 1.0 0.5;
             }
          }
-         GENLIST_PART_DISCLIP
-      }
-      programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
+         part { name: "elm.padding.text.1.bottom";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_PADDING_8_INC;
+               fixed: 0 1;
+               rel1 {
+                   relative: 0.0 1.0;
+                   to_y: "elm.text.1";
+               }
+               rel2.to_y: "elm.text.1";
+               visible: 0;
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.text.1.bottom";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.text.3";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_ICON_SMALL_SIZE;
+               fixed: 0 1;
+               align: 0 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+            transition: LINEAR 0.1;
+         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
       }
    }
 
-   group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
-      alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
-      alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
-      alias: "elm/layout/dialogue/dialogue.1title.1text.2";
+// 4.3.3
+   group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default";
+      alias: "elm/layout/dialogue/bg/5text.2icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text";
-
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
       images {
-          image: "00_list_img_check.png" COMP;
+          image: "00_list_thumbnail_bg.png" COMP;
       }
-
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "vertical_line";
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_182_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_14_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_14_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon1.bg";
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC;
+               fixed: 1 1;
+               align: 0.0 0.5;
+               rel1 {
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               image {
+                  normal: "00_list_thumbnail_bg.png";
+                  border: 1 1 1 1;
+                  border_scale: 1;
+                  middle: NONE;
+               }
+            }
+         }
+         part { name: "elm.icon.1";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon1.bg";
+               rel2.to: "elm.icon1.bg";
+            }
+         }
+         part { name: "elm.padding.icon1.right";
             type: RECT;
             mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.title";
+                   relative: 1.0 0.0;
+                   to_x: "elm.icon1.bg";
                }
-               rel2.to_x: "elm.title";
+               rel2.to_x: "elm.icon1.bg";
+               visible: 0;
                align: 0.0 0.5;
             }
          }
-         part { name: "elm.title";
+         part { name: "elm.text.1";
+            clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
+               min: 0 GENLIST_SIZE_38_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_38_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.1";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.1";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.3";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.text.3";
+               }
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.padding.icon2.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                  relative: 1.0  0.0;
-                  to_x: "elm.padding.left";
+                   relative: 1.0 0.0;
+                   to_x: "elm.icon.2";
                }
-               rel2.to_x: "elm.padding.left";
+               rel2.to_x: "elm.icon.2";
+               visible: 0;
                align: 0.0 0.5;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_38_INC;
+               fixed: 0 1;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.text.2";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
+               }
+               align: 0.0 0.0;
+               color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
+               fixed: 1 1;
+               align: 0 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         part { name: "elm.padding.text4.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.text.4";
+               }
+               rel2.to_x: "elm.text.4";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.text.5";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC;
+               fixed: 1 1;
+               align: 0 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text4.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text4.right";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_28_INC;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   // 4.1.9
+   group { name: "elm/genlist/item/dialogue/1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1icon/default";
+      alias: "elm/layout/dialogue/1icon";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon";
+
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/bg/1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default";
+      alias: "elm/layout/dialogue/bg/1icon";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/bg/2icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/2icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/2icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default";
+      alias: "elm/layout/dialogue/bg/2icon";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.relative: 0.021 0.0;
+               rel2.relative: 0.492 1.0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.relative: 0.51 0.0;
+               rel2.relative: 0.979 1.0;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/bg/3icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/3icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/3icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default";
+
+      alias: "elm/genlist/item/dialogue.3icon/default";
+      alias: "elm/genlist/item_odd/dialogue.3icon/default";
+      alias: "elm/genlist/item_compress/dialogue.3icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.3icon/default";
+
+      alias: "elm/layout/dialogue/bg/3icon";
+      alias: "elm/layout/dialogue/dialogue.3icon";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_73_INC )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.relative: 0.021 0.0;
+               rel2.relative: 0.327 1.0;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.relative: 0.348 0.0;
+               rel2.relative: 0.652 1.0;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.relative: 0.673 0.0;
+               rel2.relative: 0.979 1.0;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue.3icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue.3icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue.3icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default";
+      alias: "elm/layout/dialogue/dialogue.3icon.2";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_89_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_16_INC )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_234_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "elm.padding.icon.1.left";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.1";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "elm.icon.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_234_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.1.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.1.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "elm.padding.icon.2.left";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "elm.icon.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_234_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.2.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon.2.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue.1title.1text.2/default";
+      alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default";
+      alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default";
+      alias: "elm/layout/dialogue/dialogue.1title.1text.2";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.title elm.text";
+
+      images {
+          image: "00_list_img_check.png" COMP;
+      }
+
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.title";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_163_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         part { name: "elm.padding.title.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2.to_x: "vertical_line";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.text";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2.to_x: "elm.padding.title.right";
+               align: 0.0 0.5;
+               fixed: 1 1;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 1 1;
+                  max: 1 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: 217 147 26 255;
+            }
+         }
+         part { name: "elm.padding.text.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_11_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.text";
+               }
+               rel2.to_x: "elm.text";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.image.check";
+            clip_to: "disclip";
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               image.normal: "00_list_img_check.png";
+               rel1 {
+                  relative: 1.0 0.366;
+                  to_x: "elm.padding.text.right";
+               }
+               rel2 {
+                  relative: 3.857 0.648;
+                  to_x: "elm.padding.text.right";
+               }
+               visible: 0;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+            target: "elm.image.check";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.image.check";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/1title.4text/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
+
+      alias: "elm/genlist/item/dialogue.1title.4text/default";
+      alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
+      alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
+
+      alias: "elm/layout/dialogue/1title.4text";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "center1_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.25;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.25;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "center2_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.5;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.5;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "center3_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.75;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.75;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "elm.title";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_163_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+         }
+         part { name: "elm.padding.title.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center1_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.25;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center2_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0  0.5;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center3_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0  0.75;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "bottom_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+   group { name: "elm/genlist/item/dialogue/1title.5text/default";
+      alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
+      alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
+      alias: "elm/layout/dialogue/1title.5text";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
+      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";
+
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "center1_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.2;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.2;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "center2_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.4;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.4;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "center3_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.6;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.6;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "center4_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.8;
+                  to_x: "vertical_line";
+               }
+               rel2.relative: 1.0 0.8;
+               align: 0.5 1.0;
+            }
+         }
+         part { name: "elm.title";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_163_INC 0;
+               fixed: 1 0;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
+               color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.title";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.title";
+               rel2.to: "elm.title";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "elm.padding.title.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.title";
+               }
+               rel2.to_x: "elm.title";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center1_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.1";
+               rel2.to: "elm.text.1";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.2;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center2_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.2";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.2";
+               rel2.to: "elm.text.2";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0  0.4;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center3_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.3";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.3";
+               rel2.to: "elm.text.3";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.6;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "center4_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.4";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.4";
+               rel2.to: "elm.text.4";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "elm.text.5";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0  0.8;
+                  to_x: "elm.padding.title.right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "bottom_line";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_roman";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.5";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.5";
+               rel2.to: "elm.text.5";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.title";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
+            target: "elm.text.4";
+            target: "elm.text.5";
+            target: "elm.flip.content.title";
+            target: "elm.flip.content.1";
+            target: "elm.flip.content.2";
+            target: "elm.flip.content.3";
+            target: "elm.flip.content.4";
+            target: "elm.flip.content.5";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.title";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.text.3";
+            target: "elm.text.4";
+            target: "elm.text.5";
+            target: "elm.flip.content.title";
+            target: "elm.flip.content.1";
+            target: "elm.flip.content.2";
+            target: "elm.flip.content.3";
+            target: "elm.flip.content.4";
+            target: "elm.flip.content.5";
+         }
+      }
+   }
+
+/* extended item of bg/2text.1icon.3 */
+   group { name: "elm/genlist/item/dialogue/bg/1text/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
+      alias: "elm/layout/dialogue/bg/1text";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_PADDING_TOP( 0 )
+         GENLIST_PART_PADDING_BOTTOM( 0 )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.bg";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_160_INC 0;
+               fixed: 1 0;
+               align: 0.0 0.5;
+               rel1 {
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               color: 0 0 0 0;
+            }
+         }
+         part { name: "elm.padding.icon.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "elm.icon.bg";
+               }
+               rel2.to_x: "elm.icon.bg";
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.padding.text.left";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 1.0;
+                   to_x: "elm.padding.icon.right";
+                   to_y: "elm.padding.top";
+               }
+               rel2.to_x: "elm.padding.icon.right";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               visible: 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon.right";
+               }
+               rel2.to_x: "elm.padding.icon.right";
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.text.bg";
+            clip_to: "disclip";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon.right";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
+         part { name: "elm.text";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.left";
+                  to_y: "elm.text.bg";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.bg";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 1;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.left";
+                  to_y: "elm.text.bg";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.bg";
+               }
+               visible: 0;
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.text";
+            target: "elm.flip.content";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.flip.content";
+         }
+      }
+   }
+   // 2.2.2.38
+   group { name: "elm/genlist/item/4text.1icon.1/default";
+      alias: "elm/genlist/item_odd/4text.1icon.1/default";
+      alias: "elm/genlist/item_compress/4text.1icon.1/default";
+      alias: "elm/genlist/item_compress_odd/4text.1icon.1/default";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+      data.item: "contents" "elm.icon.1";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_winset_list_bubble_bg.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
+               }
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1 ;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+              }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.bubble";
+            type: IMAGE;
+            description{ state: "default" 0.0;
+               fixed: 0 1;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bubble.text4.left";
+               }
+               rel2 { relative: 1 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.bubble.text4.right";
+               }
+               image {
+                  normal: "00_winset_list_bubble_bg.png";
+                  border:  6 6 0 0;
+               }
+            }
+         }
+         part { name: "elm.padding.bubble.text4.left";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1 0;
+               visible: 0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.text.4";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.text.2";
+               }
+
+            }
+         }
+         part { name: "elm.padding.bubble.text4.right";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1 0;
+               visible: 0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
+               }
+            }
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.text.2";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bubble.text4.left";
+               }
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: 0 255 255 255;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.icon1.right";
+               }
+            }
+         }
+         part { name: "elm.padding.text3.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.icon.1";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.bottom";
+               }
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_read";
+            signal: "elm,state,read";
+            source: "elm";
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.1";
+         }
+         program { name: "go_unread";
+            signal: "elm,state,unread";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+         }
+      }
+   }
+   // 2.2.2.38 textblock
+   group { name: "elm/genlist/item/4text.1icon.1.tb/default";
+      alias: "elm/genlist/item_odd/4text.1icon.1.tb/default";
+      alias: "elm/genlist/item_compress/4text.1icon.1.tb/default";
+      alias: "elm/genlist/item_compress_odd/4text.1icon.1.tb/default";
+         inherit: "elm/genlist/item/4text.1icon.1/default";
+      parts {
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
+               }
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+              }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.text.2";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+   }
+
+   // 2.2.2.39
+   group { name: "elm/genlist/item/4text.1icon.2/default";
+      alias: "elm/genlist/item_odd/4text.1icon.2/default";
+      alias: "elm/genlist/item_compress/4text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/4text.1icon.2/default";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+      data.item: "contents" "elm.icon.1";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
+               }
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1 ;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 1 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+              }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MESSAGE_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.text.4";
+               }
+            }
+         }
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: 0 255 255 255;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.icon1.right";
+               }
+            }
+         }
+         part { name: "elm.padding.text3.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 0;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.text.2";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.bottom";
+               }
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_read";
+            signal: "elm,state,read";
+            source: "elm";
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.1";
+         }
+         program { name: "go_unread";
+            signal: "elm,state,unread";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+         }
+      }
+   }
+   // 2.2.2.40
+   group { name: "elm/genlist/item/4text.1/default";
+      alias: "elm/genlist/item_odd/4text.1/default";
+      alias: "elm/genlist/item_compress/4text.1/default";
+      alias: "elm/genlist/item_compress_odd/4text.1/default";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_winset_list_bubble_bg.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
+               }
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1 ;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+              }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.bubble";
+            type: IMAGE;
+            description{ state: "default" 0.0;
+               fixed: 0 1;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bubble.text4.left";
+               }
+               rel2 { relative: 1 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.bubble.text4.right";
+               }
+               image {
+                  normal: "00_winset_list_bubble_bg.png";
+                  border:  6 6 0 0;
+               }
+            }
+         }
+         part { name: "elm.padding.bubble.text4.left";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1 0;
+               visible: 0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.text.4";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.text.2";
+               }
+
+            }
+         }
+         part { name: "elm.padding.bubble.text4.right";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1 0;
+               visible: 0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
+               }
+            }
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.text.2";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text3.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bubble.text4.left";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bottom";
+               }
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_read";
+            signal: "elm,state,read";
+            source: "elm";
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.1";
+         }
+         program { name: "go_unread";
+            signal: "elm,state,unread";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+         }
+      }
+   }
+   // 2.2.2.41
+   group { name: "elm/genlist/item/4text.2/default";
+      alias: "elm/genlist/item_odd/4text.2/default";
+      alias: "elm/genlist/item_compress/4text.2/default";
+      alias: "elm/genlist/item_compress_odd/4text.2/default";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
+               }
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1 ;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+              }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.text.4";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MESSAGE_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text3.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.text.4";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.padding.bottom";
+               }
+            }
+         }
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         GENLIST_PART_FLIP
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            transition: LINEAR 0.1;
+         }
+         program { name: "go_read";
+            signal: "elm,state,read";
+            source: "elm";
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.1";
+         }
+         program { name: "go_unread";
+            signal: "elm,state,unread";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+         }
+      }
+   }
+   // 2.2.2.42
+   group { name: "elm/genlist/item/3text.1icon.3/default";
+      alias: "elm/genlist/item_odd/3text.1icon.3/default";
+      alias: "elm/genlist/item_compress/3text.1icon.3/default";
+      alias: "elm/genlist/item_compress_odd/3text.1icon.3/default";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon.1";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
+               }
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               fixed: 1 1 ;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.top";
+               }
+            }
+         }
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
+               }
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "slp_medium";
-               }
+              }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
             }
+
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.title.right";
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "vertical_line";
-               }
-               rel2.to_x: "vertical_line";
+               fixed: 1 1;
+               align: 1.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
+               }
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.icon.1";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0  0.0;
-                  to_x: "elm.padding.title.right";
-               }
-               rel2.to_x: "elm.padding.title.right";
-               align: 0.0 0.5;
+               color: 0 255 255 255;
                fixed: 1 1;
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 1 1;
-                  max: 1 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.icon1.right";
+               }
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.icon1.right";
+                  to_y: "elm.padding.icon1.right";
                }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: 217 147 26 255;
             }
          }
-         part { name: "elm.padding.text.right";
+         part { name: "elm.padding.text3.right";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_11_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.text";
-               }
-               rel2.to_x: "elm.text";
+               fixed: 1 1;
+               align: 1.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.icon.1";
+               }
             }
          }
-         part { name: "elm.image.check";
+         part { name: "elm.text.3";
             clip_to: "disclip";
-            mouse_events: 0;
+            type: TEXT;
             scale: 1;
             description { state: "default" 0.0;
-               image.normal: "00_list_img_check.png";
-               rel1 {
-                  relative: 1.0 0.366;
-                  to_x: "elm.padding.text.right";
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
-               rel2 {
-                  relative: 3.857 0.648;
-                  to_x: "elm.padding.text.right";
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
+               }
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "slp_medium";
                }
-               visible: 0;
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               visible: 1;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
-            target: "elm.image.check";
-            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
-            target: "elm.image.check";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
          }
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
+         program { name: "go_read";
+            signal: "elm,state,read";
             source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.1";
          }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
+         program { name: "go_unread";
+            signal: "elm,state,unread";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "disclip";
+            target: "elm.text.1";
          }
-         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
-
-   group { name: "elm/genlist/item/dialogue/1title.4text/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.4text/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.4text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default";
-
-      alias: "elm/genlist/item/dialogue.1title.4text/default";
-      alias: "elm/genlist/item_odd/dialogue.1title.4text/default";
-      alias: "elm/genlist/item_compress/dialogue.1title.4text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default";
-
-      alias: "elm/layout/dialogue/1title.4text";
-
+   // 2.2.2.44
+   group { name: "elm/genlist/item/4text.1icon.3/default";
+      alias: "elm/genlist/item_odd/4text.1icon.3/default";
+      alias: "elm/genlist/item_compress/4text.1icon.3/default";
+      alias: "elm/genlist/item_compress_odd/4text.1icon.3/default";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4";
-
+      data.item: "contents" "elm.icon.1";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_winset_list_bubble_bg.png" COMP;
+      }
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_454_INC )
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
          GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "vertical_line";
-            type: RECT;
-            mouse_events: 0;
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.title";
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
                }
-               rel2.to_x: "elm.title";
                align: 0.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "center1_line";
-            type: RECT;
-            mouse_events: 0;
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 0 1;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.25;
-                  to_x: "vertical_line";
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.top";
                }
-               rel2.relative: 1.0 0.25;
-               align: 0.5 1.0;
-            }
-         }
-         part { name: "center2_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "vertical_line";
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
                }
-               rel2.relative: 1.0 0.5;
-               align: 0.5 1.0;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
+               }
+            }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "center3_line";
+         part { name: "elm.padding.text1.right";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.75;
-                  to_x: "vertical_line";
+               fixed: 1 1 ;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+                  to_y: "elm.padding.top";
                }
-               rel2.relative: 1.0 0.75;
-               align: 0.5 1.0;
             }
          }
-         part { name: "elm.title";
+         part { name: "elm.text.2";
+            clip_to: "disclip";
             type: TEXT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
-               fixed: 1 0;
-               rel1 {
-                  relative: 1.0  0.0;
-                  to_x: "elm.padding.left";
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 1.0;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
+               }
+               rel2 { relative: 0.0 1.0;
+                 to_x: "elm.padding.right";
+                 to_y: "elm.padding.bottom";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-               color: GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.title.right";
+         part { name: "elm.bubble";
+            type: IMAGE;
+            description{ state: "default" 0.0;
+               fixed: 0 1;
+               min: GENLIST_SIZE_48_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bubble.text4.left";
+               }
+               rel2 { relative: 1 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.bubble.text4.right";
+               }
+               image {
+                  normal: "00_winset_list_bubble_bg.png";
+                  border:  6 6 0 0;
+               }
+            }
+         }
+         part { name: "elm.padding.bubble.text4.left";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.title";
-               }
-               rel2.to_x: "elm.title";
+               fixed: 1 1;
+               align: 1 0;
                visible: 0;
-               align: 0.0 0.5;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.text.4";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.text.4";
+                  to_y: "elm.text.2";
+               }
+
             }
          }
-         part { name: "elm.text.1";
-            clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+         part { name: "elm.padding.bubble.text4.right";
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.title.right";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
+               fixed: 1 1;
+               align: 1 0;
+               visible: 0;
+               min: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_SIZE_10_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
                   to_x: "elm.padding.right";
-                  to_y: "center1_line";
+                  to_y: "elm.padding.top";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.2";
                }
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.4";
             clip_to: "disclip";
             type: TEXT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.25;
-                  to_x: "elm.padding.title.right";
+               color: GENLIST_PART_FONT_LIST_BUBBLE_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 1.0 0.0;
+               min: GENLIST_SIZE_28_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.padding.top";
                }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center2_line";
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.right";
+                  to_y: "elm.text.2";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  min: 1 1;
+                  align: 0.5 0.5;
+                  text_class: "slp_medium";
                }
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.3";
+         part { name: "elm.padding.text3.right";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0  0.5;
-                  to_x: "elm.padding.title.right";
-               }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center3_line";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+               fixed: 1 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bubble.text4.left";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.padding.bubble.text4.left";
+                  to_y: "elm.padding.bottom";
                }
             }
          }
-         part { name: "elm.text.4";
+         part { name: "elm.text.3";
             clip_to: "disclip";
             type: TEXT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0  0.75;
-                  to_x: "elm.padding.title.right";
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.text.1";
                }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "bottom_line";
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text3.right";
+                  to_y: "elm.padding.text3.right";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
+            target: "elm.text.2";
             transition: LINEAR 0.1;
-         }*/
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
          }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
+         program { name: "go_read";
+            signal: "elm,state,read";
             source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
-         }
-      }
-   }
-
-   group { name: "elm/genlist/item/dialogue/1title.5text/default";
-      alias: "elm/genlist/item_odd/dialogue/1title.5text/default";
-      alias: "elm/genlist/item_compress/dialogue/1title.5text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default";
-      alias: "elm/layout/dialogue/1title.5text";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5";
-      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";
-
-      parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_566_INC )
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_27_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
-         part { name: "vertical_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.title";
-               }
-               rel2.to_x: "elm.title";
-               align: 0.0 0.5;
-            }
-         }
-         part { name: "center1_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.2;
-                  to_x: "vertical_line";
-               }
-               rel2.relative: 1.0 0.2;
-               align: 0.5 1.0;
-            }
-         }
-         part { name: "center2_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.4;
-                  to_x: "vertical_line";
-               }
-               rel2.relative: 1.0 0.4;
-               align: 0.5 1.0;
-            }
-         }
-         part { name: "center3_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.6;
-                  to_x: "vertical_line";
-               }
-               rel2.relative: 1.0 0.6;
-               align: 0.5 1.0;
-            }
-         }
-         part { name: "center4_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.8;
-                  to_x: "vertical_line";
-               }
-               rel2.relative: 1.0 0.8;
-               align: 0.5 1.0;
-            }
+            action: STATE_SET "read" 0.0;
+            target: "elm.text.1";
          }
-         part { name: "elm.title";
-            type: TEXT;
-            mouse_events: 0;
+         program { name: "go_unread";
+            signal: "elm,state,unread";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+         }
+      }
+   }
+   // 2.2.2.43
+   group { name: "elm/genlist/item/2text.4icon.1/default";
+      alias: "elm/genlist/item_odd/2text.4icon.1/default";
+      alias: "elm/genlist/item_compress/2text.4icon.1/default";
+      alias: "elm/genlist/item_compress_odd/2text.4icon.1/default";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4";
+      data.item: "flips" "elm.flip.content";
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_163_INC 0;
-               fixed: 1 0;
+               min: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_56_INC GENLIST_SIZE_60_INC;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0  0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
                }
-               rel2.to_x: "elm.padding.left";
-               align: 0.0 0.5;
-               color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_medium";
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content.title";
+         part { name: "elm.padding.text1.right";
             clip_to: "disclip";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               visible: 0;
-               fixed: 1 1;
-               rel1.to: "elm.title";
-               rel2.to: "elm.title";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
-            }
-         }
-         part { name: "elm.padding.title.right";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.title";
-               }
-               rel2.to_x: "elm.title";
+               fixed: 1 1 ;
+               align: 1.0 0.0;
                visible: 0;
-               align: 0.0 0.5;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.top";
+               }
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.top";
+               }
             }
          }
          part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.title.right";
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               fixed: 0 1;
+               min: 0 GENLIST_SIZE_SLIDE_60_INC;
+               rel1 { relative: 1.0 1.0;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.padding.top";
                }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center1_line";
+               rel2 { relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.text1.right";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_44_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
+            description { state: "read" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC;
+            }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content.1";
+         part { name: "elm.padding.icon2.right";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            scale: 1;
             description { state: "default" 0.0;
-               visible: 0;
                fixed: 1 1;
-               rel1.to: "elm.text.1";
-               rel2.to: "elm.text.1";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.icon.1";
+                  to_y: "elm.padding.bottom";
+               }
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.2;
-                  to_x: "elm.padding.title.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center2_line";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  to_x: "elm.padding.icon2.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content.2";
+         part { name: "elm.padding.icon3.right";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            scale: 1;
             description { state: "default" 0.0;
-               visible: 0;
                fixed: 1 1;
-               rel1.to: "elm.text.2";
-               rel2.to: "elm.text.2";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.icon.2";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.icon.2";
+                  to_y: "elm.padding.bottom";
+               }
             }
          }
-         part { name: "elm.text.3";
+         part { name: "elm.icon.3";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0  0.4;
-                  to_x: "elm.padding.title.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon3.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center3_line";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  to_x: "elm.padding.icon3.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content.3";
+         part { name: "elm.padding.icon4.right";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            scale: 1;
             description { state: "default" 0.0;
-               visible: 0;
                fixed: 1 1;
-               rel1.to: "elm.text.3";
-               rel2.to: "elm.text.3";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.icon.3";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.icon.3";
+                  to_y: "elm.padding.bottom";
+               }
             }
          }
-         part { name: "elm.text.4";
+         part { name: "elm.icon.4";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 0.6;
-                  to_x: "elm.padding.title.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon4.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "center4_line";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  to_x: "elm.padding.icon4.right";
+                  to_y: "elm.padding.bottom";
                }
+               align: 1.0 0.5;
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content.4";
+         part { name: "elm.padding.text2.right";
             clip_to: "disclip";
-            type: SWALLOW;
+            type: RECT;
+            scale: 1;
             description { state: "default" 0.0;
-               visible: 0;
                fixed: 1 1;
-               rel1.to: "elm.text.4";
-               rel2.to: "elm.text.4";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+               align: 1.0 0.0;
+               visible: 0;
+               min: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               max: GENLIST_PADDING_16_INC GENLIST_SIZE_48_INC;
+               rel1 { relative: 0 1;
+                  to_x: "elm.icon.4";
+                  to_y: "elm.text.1";
+               }
+               rel2 { relative: 0 0;
+                  to_x: "elm.icon.4";
+                  to_y: "elm.padding.bottom";
+               }
             }
          }
-         part { name: "elm.text.5";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0  0.8;
-                  to_x: "elm.padding.title.right";
+               color: GENLIST_PART_FONT_NAME_TEXT_COLOR_INC;
+               fixed: 0 1;
+               align: 0.0 0.0;
+               min: 0 GENLIST_SIZE_48_INC;
+               rel1 { relative: 1 1;
+                  to_x: "elm.padding.left";
+                  to_y: "elm.text.1";
                }
-               rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "bottom_line";
+               rel2 { relative: 0 1;
+                  to_x: "elm.padding.text2.right";
+                  to_y: "elm.padding.text2.right";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
                   min: 0 1;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "slp_medium";
                }
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.flip.content.5";
-            clip_to: "disclip";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               visible: 0;
-               fixed: 1 1;
-               rel1.to: "elm.text.5";
-               rel2.to: "elm.text.5";
-            }
-            description { state: "flip_enabled" 0.0;
+            description { state: "selected" 0.0;
                inherit: "default" 0.0;
-               visible: 1;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
+            target: "bg_image";
+            target: "elm.text.1";
             transition: LINEAR 0.1;
-         }*/
-         program { name: "go_disabled";
-            signal: "elm,state,disabled";
-            source: "elm";
-            action: STATE_SET "disabled" 0.0;
-            target: "disclip";
-         }
-         program { name: "go_enabled";
-            signal: "elm,state,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
+         program { name: "go_read";
+            signal: "elm,state,read";
             source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.title";
+            action: STATE_SET "read" 0.0;
             target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
-            target: "elm.text.4";
-            target: "elm.text.5";
-            target: "elm.flip.content.title";
-            target: "elm.flip.content.1";
-            target: "elm.flip.content.2";
-            target: "elm.flip.content.3";
-            target: "elm.flip.content.4";
-            target: "elm.flip.content.5";
          }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
+         program { name: "go_unread";
+            signal: "elm,state,unread";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.title";
             target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.text.3";
-            target: "elm.text.4";
-            target: "elm.text.5";
-            target: "elm.flip.content.title";
-            target: "elm.flip.content.1";
-            target: "elm.flip.content.2";
-            target: "elm.flip.content.3";
-            target: "elm.flip.content.4";
-            target: "elm.flip.content.5";
          }
       }
    }
 
-/* extended item of bg/2text.1icon.3 */
-   group { name: "elm/genlist/item/dialogue/bg/1text/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/1text/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/1text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default";
-      alias: "elm/layout/dialogue/bg/1text";
+   group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
+      alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
+      alias: "elm/layout/dialogue/bg/2text.1icon.2";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text";
-      data.item: "flips" "elm.flip.content";
+      data.item: "texts" "elm.text.1 elm.text.2";
+      data.item: "contents" "elm.icon";
+      data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
+      images {
+          image: "00_list_thumbnail_bg.png" COMP;
+      }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_PADDING_TOP( 0 )
-         GENLIST_PART_PADDING_BOTTOM( 0 )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.bg";
-            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_160_INC 0;
-               fixed: 1 0;
-               align: 0.0 0.5;
+               min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
+               fixed: 1 1;
+               align: 0.0 0.8;
                rel1 {
                   relative: 1.0 0.5;
                   to_x: "elm.padding.left";
                   relative: 1.0 0.5;
                   to_x: "elm.padding.left";
                }
-               color: 0 0 0 0;
+               image {
+                  normal: "00_list_thumbnail_bg.png";
+                  border: 1 1 1 1;
+                  border_scale: 1;
+                  middle: NONE;
+               }
+            }
+         }
+         part { name: "elm.icon";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon.bg";
+               rel2.to: "elm.icon.bg";
             }
          }
          part { name: "elm.padding.icon.right";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
                    relative: 1.0 0.0;
                    to_x: "elm.icon.bg";
                }
                rel2.to_x: "elm.icon.bg";
+               visible: 0;
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.padding.text.left";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 1.0;
+                   to_x: "elm.padding.icon.right";
+                   to_y: "elm.padding.top";
+               }
+               rel2.to_x: "elm.padding.icon.right";
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
                color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.text.left";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "text_vertical_rect";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "vertical_line";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.left";
+                  to_y: "elm.padding.bottom";
+               }
+               align: 0.0 0.5;
+            }
+         }
+         part { name: "elm.padding.text.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 1.0 0.0;
+                   to_x: "text_vertical_rect";
+               }
+               rel2.to_x: "text_vertical_rect";
+               visible: 0;
                align: 0.0 0.5;
             }
          }
-         part { name: "elm.padding.text.left";
+         part { name: "text_top_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "text_vertical_rect";
+                  to_y: "text_vertical_rect";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_y: "text_vertical_rect";
+               }
+               align: 0.0 0.0;
+            }
+         }
+         part { name: "text_center_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 0.5;
+                  to_x: "text_vertical_rect";
+               }
+               rel2.relative: 1.0 0.5;
+               align: 0.5 0.5;
+            }
+         }
+         part { name: "text_bottom_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 0 1;
+               fixed: 0 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "text_vertical_rect";
+                  to_y: "text_vertical_rect";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to_y: "text_vertical_rect";
+               }
+               align: 0.0 1.0;
+            }
+         }
+         part { name: "elm.text.bg.1";
+            clip_to: "disclip";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
                rel1 {
-                   relative: 1.0 1.0;
-                   to_x: "elm.padding.icon.right";
-                   to_y: "elm.padding.top";
+                  relative: 1.0 1.0;
+                  to_x: "text_vertical_rect";
+                  to_y: "text_top_line";
                }
-               rel2.to_x: "elm.padding.icon.right";
-               visible: 0;
-               align: 0.0 0.5;
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.right";
+                  to_y: "text_center_line";
+               }
+               color: GENLIST_PART_BG_COLOR_INC;
             }
          }
-         part { name: "vertical_line";
-            type: RECT;
+         part { name: "elm.text.1";
+            type: TEXT;
             mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               visible: 0;
+               min: 0 GENLIST_SIZE_54_INC;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  to_x: "elm.padding.text.right";
+                  to_y: "elm.text.bg.1";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.bg.1";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_48_INC;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
-               rel2.to_x: "elm.padding.icon.right";
-               align: 0.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.bg";
+         part { name: "elm.flip.content.1";
+            clip_to: "disclip";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.1";
+               rel2.to: "elm.text.1";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "elm.text.bg.2";
             clip_to: "disclip";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  relative: 1.0 1.0;
+                  to_x: "text_vertical_rect";
+                  to_y: "text_center_line";
                }
                rel2 {
-                  relative: 1.0 1.0;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.right";
+                  to_y: "text_bottom_line";
                }
                color: GENLIST_PART_BG_COLOR_INC;
             }
          }
-         part { name: "elm.text";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_54_INC;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
-                  to_y: "elm.text.bg";
+                  to_x: "elm.padding.text.right";
+                  to_y: "elm.text.bg.2";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.bg";
+                  to_y: "elm.text.bg.2";
                }
                color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
-                  size: GENLIST_FONT_44_INC;
-                  min: 0 1;
+                  size: GENLIST_FONT_48_INC;
                   align: 0.0 0.5;
                   text_class: "slp_roman";
                }
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.flip.content";
+         part { name: "elm.flip.content.2";
             clip_to: "disclip";
             type: SWALLOW;
-            mouse_events: 1;
-            scale: 1;
             description { state: "default" 0.0;
-               fixed: 1 1;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
-                  to_y: "elm.text.bg";
-               }
-               rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.bg";
-               }
                visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.2";
+               rel2.to: "elm.text.2";
             }
             description { state: "flip_enabled" 0.0;
                inherit: "default" 0.0;
             source: "elm";
             action: STATE_SET "selected" 0.0;
             target: "elm.text";
+            target: "elm.text.sub";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "elm.text";
+            target: "elm.text.sub";
             transition: LINEAR 0.1;
          }*/
          program { name: "go_disabled";
             signal: "elm,state,flip,enabled";
             source: "elm";
             action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text";
-            target: "elm.flip.content";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.flip.content.1";
+            target: "elm.flip.content.2";
          }
          program { name: "flip_disabled";
             signal: "elm,state,flip,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
-            target: "elm.text";
-            target: "elm.flip.content";
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.flip.content.1";
+            target: "elm.flip.content.2";
          }
       }
    }
 
-   group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default";
-      alias: "elm/genlist/item/dialogue.2text.1icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default";
-      alias: "elm/layout/dialogue/bg/2text.1icon.2";
+/* non-bottom-border-area version of 2text.1icon.2 */
+   group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
+      alias: "elm/layout/dialogue/bg/2text.1icon.3";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
           image: "00_list_thumbnail_bg.png" COMP;
       }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_291_INC )
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
          GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_PADDING_BOTTOM( 0 )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.bg";
             scale: 1;
             description { state: "default" 0.0;
                min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
                fixed: 1 1;
-               align: 0.0 0.8;
+               align: 0.0 0.7;
                rel1 {
                   relative: 1.0 0.5;
                   to_x: "elm.padding.left";
             type: RECT;
             mouse_events: 0;
             description { state: "default" 0.0;
-               min: 1 0;
-               fixed: 1 0;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+               visible: 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.text.left";
                   to_x: "elm.padding.text.left";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
             }
          }
          part { name: "text_vertical_rect";
             type: RECT;
             mouse_events: 0;
+            scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_SIZE_16_INC 0;
                fixed: 1 0;
                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
                rel1 {
                fixed: 0 1;
                color: GENLIST_PART_LIST_LINE_COLOR_INC;
                rel1 {
-                  relative: 1.0 0.5;
+                  relative: 1.0 0.56;
                   to_x: "text_vertical_rect";
                }
-               rel2.relative: 1.0 0.5;
+               rel2.relative: 1.0 0.56;
                align: 0.5 0.5;
             }
          }
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_48_INC;
                   align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  text_class: "list_item";
                }
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
          part { name: "elm.flip.content.1";
-            clip_to: "disclip";
             type: SWALLOW;
             description { state: "default" 0.0;
                visible: 0;
          }
          part { name: "elm.text.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 0 GENLIST_SIZE_54_INC;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.text.right";
+                  to_y: "elm.text.bg.2";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.text.bg.2";
+               }
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_48_INC;
+                  text_class: "slp_roman";
+               }
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+         part { name: "elm.flip.content.2";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1.to: "elm.text.2";
+               rel2.to: "elm.text.2";
+            }
+            description { state: "flip_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+         }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
+         }
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+         program { name: "flip_enabled";
+            signal: "elm,state,flip,enabled";
+            source: "elm";
+            action: STATE_SET "flip_enabled" 0.0;
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.flip.content.1";
+            target: "elm.flip.content.2";
+         }
+         program { name: "flip_disabled";
+            signal: "elm,state,flip,disabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text.1";
+            target: "elm.text.2";
+            target: "elm.flip.content.1";
+            target: "elm.flip.content.2";
+         }
+      }
+   }
+
+   ///////// will be removed /////////
+   group { name: "elm/genlist/item/dialogue/1icon.2/default";
+      alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
+      alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
+      alias: "elm/layout/dialogue/1icon.2";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "contents" "elm.icon";
+
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_DIALOGUE_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         GENLIST_PART_DIALOGUE_ITEM
+         GENLIST_PART_DIALOGUE_RIGHT_LINE
+         part { name: "elm.icon";
+            clip_to: "disclip";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_54_INC;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.text.right";
-                  to_y: "elm.text.bg.2";
+                  to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.bg.2";
-               }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_48_INC;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
                }
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.flip.content.2";
-            clip_to: "disclip";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               visible: 0;
-               fixed: 1 1;
-               rel1.to: "elm.text.2";
-               rel2.to: "elm.text.2";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
-            }
          }
          GENLIST_PART_DISCLIP
       }
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
+            target: "bg_image";
             target: "elm.text";
-            target: "elm.text.sub";
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
+            target: "bg_image";
             target: "elm.text";
-            target: "elm.text.sub";
             transition: LINEAR 0.1;
          }*/
          program { name: "go_disabled";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.flip.content.1";
-            target: "elm.flip.content.2";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.flip.content.1";
-            target: "elm.flip.content.2";
-         }
       }
    }
 
-/* non-bottom-border-area version of 2text.1icon.2 */
-   group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default";
-      alias: "elm/layout/dialogue/bg/2text.1icon.3";
+   //////////////////////// will be removed //////////////////////////
+   group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
+      alias: "elm/genlist/item/dialogue.1icon.2text/default";
+      alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
+      alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
+      alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
+      alias: "elm/layout/dialogue/bg/2text.1icon";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "texts" "elm.text.1 elm.text.2";
       data.item: "contents" "elm.icon";
-      data.item: "flips" "elm.flip.content.1 elm.flip.content.2";
       images {
           image: "00_list_thumbnail_bg.png" COMP;
       }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_260_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_BOTTOM( 0 )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon.bg";
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC;
+               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
                fixed: 1 1;
-               align: 0.0 0.7;
+               align: 0.0 0.5;
                rel1 {
                   relative: 1.0 0.5;
                   to_x: "elm.padding.left";
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
+               min: GENLIST_PADDING_24_INC 0;
                fixed: 1 0;
                rel1 {
                    relative: 1.0 0.0;
                align: 0.0 0.5;
             }
          }
-         part { name: "elm.padding.text.left";
-            type: RECT;
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 1.0;
-                   to_x: "elm.padding.icon.right";
-                   to_y: "elm.padding.top";
-               }
-               rel2.to_x: "elm.padding.icon.right";
-               visible: 0;
-               align: 1.0 0.5;
-            }
-         }
-         part { name: "vertical_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               visible: 0;
+               min: 0 GENLIST_SIZE_54_INC;
+               fixed: 0 1;
+               align: 0 0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "elm.padding.text.left";
+                  to_x: "elm.padding.icon.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+                  to_y: "elm.padding.top";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_48_INC;
+                  align: 0.0 0.0;
+                  text_class: "list_item";
                }
             }
          }
-         part { name: "text_vertical_rect";
-            type: RECT;
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_16_INC 0;
-               fixed: 1 0;
-               color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "vertical_line";
-                  to_y: "elm.padding.top";
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.bottom";
                }
-               align: 0.0 0.5;
-            }
-         }
-         part { name: "elm.padding.text.right";
-            type: RECT;
-            mouse_events: 0;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_PADDING_16_INC 0;
-               fixed: 1 0;
-               rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "text_vertical_rect";
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 1.0;
+                  text_class: "slp_medium";
                }
-               rel2.to_x: "text_vertical_rect";
-               visible: 0;
-               align: 0.0 0.5;
             }
          }
-         part { name: "text_top_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "text_vertical_rect";
-                  to_y: "text_vertical_rect";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_y: "text_vertical_rect";
-               }
-               align: 0.0 0.0;
-            }
+         GENLIST_PART_DISCLIP
+      }
+      programs {
+         // signal: elm,state,%s,active
+         //   a "check" item named %s went active
+         // signal: elm,state,%s,passive
+         //   a "check" item named %s went passive
+         // default is passive
+         /*program { name: "go_active";
+            signal: "elm,state,selected";
+            source: "elm";
+            action: STATE_SET "selected" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
          }
-         part { name: "text_center_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
-               rel1 {
-                  relative: 1.0 0.56;
-                  to_x: "text_vertical_rect";
-               }
-               rel2.relative: 1.0 0.56;
-               align: 0.5 0.5;
-            }
+         program { name: "go_passive";
+            signal: "elm,state,unselected";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.text";
+            target: "elm.text.sub";
+            transition: LINEAR 0.1;
+         }*/
+         program { name: "go_disabled";
+            signal: "elm,state,disabled";
+            source: "elm";
+            action: STATE_SET "disabled" 0.0;
+            target: "disclip";
          }
-         part { name: "text_bottom_line";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 0 1;
-               fixed: 0 1;
-               color: GENLIST_PART_LIST_LINE_COLOR_INC;
+         program { name: "go_enabled";
+            signal: "elm,state,enabled";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "disclip";
+         }
+      }
+   }
+
+// 4.3.2 (old)
+   group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
+      alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
+      alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
+      alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
+      alias: "elm/layout/dialogue/bg/3text.1icon";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+      data.item: "contents" "elm.icon";
+      images {
+          image: "00_list_thumbnail_bg.png" COMP;
+      }
+      parts {
+         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
+         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
+         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.bg";
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
+               fixed: 1 1;
+               align: 0.0 0.5;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "text_vertical_rect";
-                  to_y: "text_vertical_rect";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 1.0 1.0;
-                  to_y: "text_vertical_rect";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+               }
+               image {
+                  normal: "00_list_thumbnail_bg.png";
+                  border: 1 1 1 1;
+                  border_scale: 1;
+                  middle: NONE;
                }
-               align: 0.0 1.0;
             }
          }
-         part { name: "elm.text.bg.1";
-            clip_to: "disclip";
+         part { name: "elm.icon";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               rel1.to: "elm.icon.bg";
+               rel2.to: "elm.icon.bg";
+            }
+         }
+         part { name: "elm.padding.icon.right";
             type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: GENLIST_PADDING_24_INC 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "text_vertical_rect";
-                  to_y: "text_top_line";
-               }
-               rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "text_center_line";
+                   relative: 1.0 0.0;
+                   to_x: "elm.icon.bg";
                }
-               color: GENLIST_PART_BG_COLOR_INC;
+               rel2.to_x: "elm.icon.bg";
+               visible: 0;
+               align: 0.0 0.5;
             }
          }
          part { name: "elm.text.1";
+            clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_54_INC;
+               fixed: 0 1;
+               align: 0 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text.right";
-                  to_y: "elm.text.bg.1";
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.bg.1";
+                  to_y: "elm.padding.top";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_48_INC;
-                  align: 0.0 0.5;
-                  text_class: "slp_roman";
+                  align: 0.0 0.0;
+                  text_class: "list_item";
                }
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.flip.content.1";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               visible: 0;
-               fixed: 1 1;
-               rel1.to: "elm.text.1";
-               rel2.to: "elm.text.1";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
-            }
          }
-         part { name: "elm.text.bg.2";
+         part { name: "elm.text.2";
             clip_to: "disclip";
-            type: RECT;
+            type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 1.0;
-                  to_x: "text_vertical_rect";
-                  to_y: "text_center_line";
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "text_bottom_line";
+                  to_y: "elm.text.3";
+               }
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 1.0;
+                  text_class: "slp_medium";
                }
-               color: GENLIST_PART_BG_COLOR_INC;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.3";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_54_INC;
+               min: 0 GENLIST_ICON_SMALL_SIZE;
+               fixed: 0 1;
+               align: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.text.right";
-                  to_y: "elm.text.bg.2";
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.padding.bottom";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.bg.2";
+                  to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
+               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_48_INC;
-                  text_class: "slp_roman";
+                  font: "SLP:style=Medium";
+                  size: GENLIST_FONT_32_INC;
+                  align: 0.0 1.0;
+                  text_class: "slp_medium";
                }
             }
-            GENLIST_DESCRIPTION_FLIP_ENABLED
-         }
-         part { name: "elm.flip.content.2";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               visible: 0;
-               fixed: 1 1;
-               rel1.to: "elm.text.2";
-               rel2.to: "elm.text.2";
-            }
-            description { state: "flip_enabled" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
-            }
          }
          GENLIST_PART_DISCLIP
       }
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
-         program { name: "flip_enabled";
-            signal: "elm,state,flip,enabled";
-            source: "elm";
-            action: STATE_SET "flip_enabled" 0.0;
-            target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.flip.content.1";
-            target: "elm.flip.content.2";
-         }
-         program { name: "flip_disabled";
-            signal: "elm,state,flip,disabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.text.1";
-            target: "elm.text.2";
-            target: "elm.flip.content.1";
-            target: "elm.flip.content.2";
-         }
       }
-   }
+  }
 
-   ///////// will be removed /////////
-   group { name: "elm/genlist/item/dialogue/1icon.2/default";
-      alias: "elm/genlist/item_odd/dialogue/1icon.2/default";
-      alias: "elm/genlist/item_compress/dialogue/1icon.2/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default";
-      alias: "elm/layout/dialogue/1icon.2";
+////////////////////////////////////////////////////////
+// Check that belows are used
+   group { name: "elm/genlist/item/1icon/with_no_line/default";
+      alias: "elm/genlist/item_odd/1icon/with_no_line/default";
+      alias: "elm/genlist/item_compress/1icon/with_no_line/default";
+      alias: "elm/genlist/item_compress_odd/1icon/with_no_line/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
       data.item: "contents" "elm.icon";
-
       parts {
-         GENLIST_PART_BASE( GENLIST_HEIGHT_113_INC )
-         GENLIST_PART_BOTTOM_LINE
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         GENLIST_PART_DIALOGUE_ITEM
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            scale: 1;
+            description { state: "default" 0.0;
+               color: GENLIST_PART_BG_COLOR_INC;
+            }
+         }
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
          part { name: "elm.icon";
             clip_to: "disclip";
             type: SWALLOW;
-            scale: 1;
             description { state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text";
-         }
-         program { name: "go_passive";
-            signal: "elm,state,unselected";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "bg_image";
-            target: "elm.text";
-            transition: LINEAR 0.1;
-         }*/
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
          }
       }
    }
-
-   //////////////////////// will be removed //////////////////////////
-   group { name: "elm/genlist/item/dialogue/bg/2text.1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon/default";
-      alias: "elm/genlist/item/dialogue.1icon.2text/default";
-      alias: "elm/genlist/item_odd/dialogue.1icon.2text/default";
-      alias: "elm/genlist/item_compress/dialogue.1icon.2text/default";
-      alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default";
-      alias: "elm/layout/dialogue/bg/2text.1icon";
-      data.item: "stacking" "above";
-      data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2";
-      data.item: "contents" "elm.icon";
-      images {
-          image: "00_list_thumbnail_bg.png" COMP;
-      }
+   group { name: "elm/genlist/item/1icon/default";
+      alias: "elm/genlist/item_odd/1icon/default";
+      alias: "elm/genlist/item_compress/1icon/default";
+      alias: "elm/genlist/item_compress_odd/1icon/default";
+      inherit: "elm/genlist/item/1icon/with_no_line/default";
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_46_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_48_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.bg";
-            scale: 1;
-            description { state: "default" 0.0;
-               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
-               fixed: 1 1;
-               align: 0.0 0.5;
-               rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-               }
-               image {
-                  normal: "00_list_thumbnail_bg.png";
-                  border: 1 1 1 1;
-                  border_scale: 1;
-                  middle: NONE;
-               }
-            }
-         }
-         part { name: "elm.icon";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon.bg";
-               rel2.to: "elm.icon.bg";
-            }
-         }
-         part { name: "elm.padding.icon.right";
+         part { name: "bottom_line";
+            insert_after: "elm.padding.right";
             type: RECT;
             mouse_events: 0;
-            scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_24_INC 0;
-               fixed: 1 0;
+               min: 0 1;
+               fixed: 0 1;
+               visible: 1;
+               color: GENLIST_PART_LIST_LINE_COLOR_INC;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.icon.bg";
+                  relative: 0.0 1.0;
+                  offset: 0 -1;
                }
-               rel2.to_x: "elm.icon.bg";
-               visible: 0;
-               align: 0.0 0.5;
             }
          }
-         part { name: "elm.text.1";
+      }
+   }
+   group { name: "elm/genlist/item/1text.2/default";
+      alias: "elm/genlist/item_odd/1text.2/default";
+      alias: "elm/genlist/item_compress/1text.2/default";
+      alias: "elm/genlist/item_compress_odd/1text.2/default";
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "texts" "elm.text";
+      data.item: "flips" "elm.flip.content";
+      images {
+         image: "00_list_bar_press_1x80.png" COMP;
+      }
+      parts {
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "temp_center_line"; //temporary
             clip_to: "disclip";
-            type: TEXT;
+            type: RECT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_54_INC;
-               fixed: 0 1;
-               align: 0 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.5;
+                  to: "base";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_48_INC;
-                  align: 0.0 0.0;
-                  text_class: "slp_roman";
+                  relative: 1.0 0.5;
+                  to: "base";
                }
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text";
             clip_to: "disclip";
-            type: TEXT;
+            type: TEXTBLOCK;
             mouse_events: 0;
             scale: 1;
+            multiline: 0;
             description { state: "default" 0.0;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.text.1";
+                  relative: 1.0 0.5;
+                  to_x: "elm.padding.left";
+                  to_y: "temp_center_line";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 0.5;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_y: "temp_center_line";
                }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               align: 0.0 0.5;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  align: 0.0 1.0;
-                  text_class: "slp_medium";
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
+            }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
          // signal: elm,state,%s,passive
          //   a "check" item named %s went passive
          // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
-            target: "elm.text";
-            target: "elm.text.sub";
+            GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
+            target: "bg_image";
             target: "elm.text";
-            target: "elm.text.sub";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         //GENLIST_PROGRAM_FLIP_1TEXT
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
    }
 
-// 4.3.2 (old)
-   group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default";
-      alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default";
-      alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default";
-      alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default";
-      alias: "elm/layout/dialogue/bg/3text.1icon";
+// 3.1.17
+   group { name: "elm/genlist/item/1text.2icon.4/default";
+      alias: "elm/genlist/item_odd/1text.2icon.4/default";
+      alias: "elm/genlist/item_compress/1text.2icon.4/default";
+      alias: "elm/genlist/item_compress_odd/1text.2icon.4/default";
       data.item: "stacking" "above";
       data.item: "selectraise" "on";
-      data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
-      data.item: "contents" "elm.icon";
+      data.item: "texts" "elm.text";
+      data.item: "contents" "elm.icon.1 elm.icon.2";
+      data.item: "flips" "elm.flip.content";
       images {
-          image: "00_list_thumbnail_bg.png" COMP;
+         image: "00_list_bar_press_1x80.png" COMP;
       }
       parts {
-         GENLIST_PART_DIALOGUE_BASE( GENLIST_HEIGHT_190_INC )
-         GENLIST_PART_PADDING_TOP( GENLIST_PADDING_34_INC )
-         GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_34_INC )
-         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC )
-         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC )
-         part { name: "elm.icon.bg";
+         GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE )
+         GENLIST_PART_BG_IMAGE
+         GENLIST_PART_BOTTOM_LINE
+         GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT )
+         GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT )
+         part { name: "elm.icon.1";
+            clip_to: "disclip";
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC;
+               min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
+               max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC;
                fixed: 1 1;
-               align: 0.0 0.5;
                rel1 {
-                  relative: 1.0 0.5;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 1.0 0.5;
+                  relative: 1.0 0.0;
                   to_x: "elm.padding.left";
                }
-               image {
-                  normal: "00_list_thumbnail_bg.png";
-                  border: 1 1 1 1;
-                  border_scale: 1;
-                  middle: NONE;
-               }
-            }
-         }
-         part { name: "elm.icon";
-            type: SWALLOW;
-            description { state: "default" 0.0;
-               rel1.to: "elm.icon.bg";
-               rel2.to: "elm.icon.bg";
+               rel2.to_x: "elm.padding.left";
+               align: 0.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.padding.icon.right";
+         part { name: "elm.padding.icon1.right";
+            clip_to: "disclip";
             type: RECT;
-            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: GENLIST_PADDING_24_INC 0;
+               min: GENLIST_PADDING_16_INC 0;
                fixed: 1 0;
                rel1 {
-                   relative: 1.0 0.0;
-                   to_x: "elm.icon.bg";
+                  relative: 1.0 0.0;
+                  to_x: "elm.icon.1";
                }
-               rel2.to_x: "elm.icon.bg";
+               rel2.to_x: "elm.icon.1";
                visible: 0;
-               align: 0.0 0.5;
             }
          }
-         part { name: "elm.text.1";
+         part { name: "elm.icon.2";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_54_INC;
-               fixed: 0 1;
-               align: 0 0;
+               min: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               max: GENLIST_ICON_BIG_SIZE GENLIST_ICON_BIG_SIZE;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.padding.top";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.right";
                }
                rel2 {
                   relative: 0.0 1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.top";
-               }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: GENLIST_FONT_48_INC;
-                  align: 0.0 0.0;
-                  text_class: "slp_roman";
                }
+               align: 1.0 0.5;
             }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.padding.icon2.left";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: RECT;
             scale: 1;
             description { state: "default" 0.0;
-               rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.text.1";
-               }
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.icon.2";
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.text.3";
-               }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  align: 0.0 1.0;
-                  text_class: "slp_medium";
+                  relative: 0.0 1.0;
+                  to_x: "elm.icon.2";
                }
+               align: 1.0 0.0;
+               visible: 0;
             }
          }
-         part { name: "elm.text.3";
+         part { name: "elm.text";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 GENLIST_SIZE_32_INC;
-               fixed: 0 1;
-               align: 0 1;
                rel1 {
                   relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.icon1.right";
                }
                rel2 {
-                  relative: 0.0 0.0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
                }
-               color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC;
+               align: 0.0 0.5;
+               color: GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: GENLIST_FONT_32_INC;
-                  align: 0.0 1.0;
-                  text_class: "slp_medium";
+                  font: "SLP:style=Roman";
+                  size: GENLIST_FONT_44_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+                  text_class: "list_item";
                }
             }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_PRESS_COLOR_INC;
+            }
+            GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         GENLIST_PART_FLIP
          GENLIST_PART_DISCLIP
       }
       programs {
-         // signal: elm,state,%s,active
-         //   a "check" item named %s went active
-         // signal: elm,state,%s,passive
-         //   a "check" item named %s went passive
-         // default is passive
-         /*program { name: "go_active";
+         program { name: "go_active";
             signal: "elm,state,selected";
             source: "elm";
             action: STATE_SET "selected" 0.0;
+            target: "bg_image";
             target: "elm.text";
-            target: "elm.text.sub";
+            GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS
          }
          program { name: "go_passive";
             signal: "elm,state,unselected";
             source: "elm";
             action: STATE_SET "default" 0.0;
+            target: "bg_image";
             target: "elm.text";
-            target: "elm.text.sub";
             transition: LINEAR 0.1;
-         }*/
+         }
          program { name: "go_disabled";
             signal: "elm,state,disabled";
             source: "elm";
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         GENLIST_PROGRAM_FLIP_1TEXT_2ICON
+         GENLIST_PROGRAM_PLAY_BUTTON_PRESS
       }
-  }
+   }
 
-////////////////////////////////////////////////////////