genlist style fixed
authorJeongHyun Yun <jh0506.yun@samsung.com>
Mon, 18 Apr 2011 11:57:07 +0000 (20:57 +0900)
committerJeongHyun Yun <jh0506.yun@samsung.com>
Tue, 19 Apr 2011 05:12:35 +0000 (14:12 +0900)
Change-Id: I91cb3f487fa6dd055a0165970c1482718e097afe

themes/groups/genlist/genlist_styles.edc

index 66194a8..549a62d 100644 (file)
          BEAT_GENLIST_PART_PADDING_LEFT( 10 )
          BEAT_GENLIST_PART_PADDING_RIGHT( 10 )
 
-         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;
-                  offset: 0 0;
-                  to_x: "elm.padding.left";
-               }
-               rel2 {
-                  relative: 0.0  1.0;
-                  offset:   0   0;
-                  to_x: "elm.padding.right";
-               }
-               color: GENLIST_PART_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Roman";
-                  size: 28;
-                  min: 0 1;
-                  align: 0.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
-            }
-            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
-         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               min: 98 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0  0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0  0.0;
+                  to_x: "elm.padding.right";
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   0   0;
                   to_x: "elm.padding.right";
                }
+               align: 1.0 0.5;
                color: GENLIST_PART_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         BEAT_GENLIST_PART_RENAME
-         BEAT_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_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";
-         }
-         BEAT_GENLIST_PROGRAM_RENAME_2TEXT
-      }
-   }
-
-/*
-   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: "labels" "elm.text.1 elm.text.2";
-      images {
-         image: "00_list_bar_press_1x80.png" COMP;
-      }
-      parts {
-         BEAT_GENLIST_PART_BASE( 70 )
-         BEAT_GENLIST_PART_BG_IMAGE
-         BEAT_GENLIST_PART_BOTTOM_LINE
-         BEAT_GENLIST_PART_PADDING_LEFT( 10 )
-         BEAT_GENLIST_PART_PADDING_RIGHT( 10 )
 
-         part { name: "elm.separator";
+         part { name: "elm.padding.text2.left";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 1 0;
+               min: 10 0;
                fixed: 1 0;
-               visible: 1;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.text1.right";
+                   relative: 0.0 0.0;
+                   to_x: "elm.text.2";
                }
-               rel2.to_x: "elm.padding.text1.right";
-               align: 0.0 0.0;
-               color: GENLIST_PART_BOTTOM_LINE_INC;
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
+               }
+               visible: 0;
+               align: 1.0 0.5;
             }
          }
-         part { name: "elm.padding.text1.right";
+
+         part { name: "vertical_line";
             type: RECT;
-            scale: 1;
+            mouse_events: 0;
             description { state: "default" 0.0;
-               min: 10 0;
+               min: 1 0;
                fixed: 1 0;
-               visible: 0;
+               color: 0 0 0 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.text.1";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text2.left";
                }
-               rel2.to_x: "elm.text.1";
-               align: 0.0 0.0;
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text2.left";
+               }
+               align: 1.0 0.5;
             }
          }
-         part { name: "elm.padding.text2.left";
+
+         part { name: "elm.padding.text1.right";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
                min: 10 0;
                fixed: 1 0;
-               visible: 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.separator";
+                   relative: 0.0 0.0;
+                   to_x: "vertical_line";
                }
-               rel2.to_x: "elm.separator";
-               align: 1.0 0.0;
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               visible: 0;
+               align: 1.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 0;
-               fixed: 1 0;
-               align: 0 0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset: 0 0;
                   to_x: "elm.padding.left";
                }
                rel2 {
-                  relative: 1.0  1.0;
-                  offset:   0   0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0  1.0;
+                  to_x: "elm.padding.text1.right";
                }
+               align: 0.0 0.5;
                color: GENLIST_PART_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: 28;
-                  min: 1 1;
+                  min: 0 1;
                   align: 0.0 0.5;
                }
             }
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
             }
+            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         part { name: "elm.text.2";
+         part { name: "elm.edit.rename";
             clip_to: "disclip";
-            type: TEXT;
-            mouse_events: 0;
+            type: SWALLOW;
+            mouse_events: 1;
             scale: 1;
             description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
                rel1 {
                   relative: 1.0  0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.text2.left";
+                  to_x: "elm.padding.left";
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   0   0;
-                  to_x: "elm.padding.right";
-               }
-               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: 20;
-                  min: 0 1;
-                  align: 0.0 0.5;
+                  to_x: "elm.padding.text1.right";
                }
             }
-            description { state: "selected" 0.0;
+            description { state: "rename_enabled" 0.0;
                inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
+               visible: 1;
             }
          }
          BEAT_GENLIST_PART_DISCLIP
             action: STATE_SET "default" 0.0;
             target: "disclip";
          }
+         BEAT_GENLIST_PROGRAM_RENAME_2TEXT
       }
    }
-*/
 
    group { name: "elm/genlist/item/1text.1icon/default";
       alias: "elm/genlist/item_odd/1text.1icon/default";
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_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;
-               align: 0.0 0.0;
+               min: 98 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 1.0;
-                  offset: 0 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 0.0;
-                  offset: 0 0;
+                  relative: 0.0  1.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
                }
-               color: GENLIST_PART_TEXT_COLOR_INC;
+               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
+               align: 1.0 0.5;
                text {
-                  font: "SLP:style=Roman";
-                  size: 28;
+                  font: "SLP:style=Medium";
+                  size: 20;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: 1.0 0.5;
                }
             }
             description { state: "selected" 0.0;
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_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;
+               min: 10 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0  0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.left";
+                   relative: 0.0 0.0;
+                   to_x: "elm.text.2";
                }
                rel2 {
-                  relative: 0.0  1.0;
-                  offset:   0   0;
-                  to_x: "elm.padding.right";
-               }
-               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: 20;
-                  min: 0 1;
-                  align: 1.0 0.5;
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.2";
                }
+               visible: 0;
+               align: 1.0 0.5;
             }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
-            }
-            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-       BEAT_GENLIST_PART_RENAME
-       BEAT_GENLIST_PART_DISCLIP
-      }
-      programs {
-         program { name: "go_active";
-            signal: "elm,state,selected";
-            source: "elm";
-            action: STATE_SET "selected" 0.0;
-            target: "bg_image";
-            target: "elm.text.1";
+
+         part { name: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text2.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text2.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.padding.text1.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.text.1";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               align: 0.0 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x: "elm.padding.icon.right";
+                  to_y: "elm.padding.top";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.padding.bottom";
+               }
+               color: GENLIST_PART_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Roman";
+                  size: 28;
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
+            }
+            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
+         }
+       part { name: "elm.edit.rename";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 1;
+            scale: 1;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.icon.right";
+               }
+               rel2 {
+                  relative: 0.0  1.0;
+                  to_x: "elm.padding.text1.right";
+               }
+            }
+            description { state: "rename_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+         BEAT_GENLIST_PART_DISCLIP
+      }
+      programs {
+         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";
          BEAT_GENLIST_PART_PADDING_LEFT( 10 )
          BEAT_GENLIST_PART_PADDING_RIGHT( 10 )
 
+         part { name: "elm.text.3";
+            clip_to: "disclip";
+            type: TEXT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 98 30;
+               fixed: 1 1;
+               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_SUB_TEXT_COLOR_INC;
+               text {
+                  font: "SLP:style=Medium";
+                  size: 20;
+                  min: 0 1;
+                  align: 1.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
+            }
+            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
+         }
+         part { name: "elm.padding.text3.left";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "elm.text.3";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.3";
+               }
+               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: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text3.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text3.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.padding.text2.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
          part { name: "elm.padding.icon.left";
             type: RECT;
             scale: 1;
                align: 1.0 0.5;
                rel1 {
                   relative: 0.0 1.0;
-                  offset: 0 0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  offset: 0 0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_y: "elm.text.3";
                }
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 38;
-               fixed: 0 1;
-               align: 0 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 1.0;
-                  offset: 0 0;
+                  relative: 0.0 0.0;
                   to_x: "elm.padding.icon.left";
-                  to_y: "elm.padding.top";
+                  to_y: "elm.text.3";
                }
+               align: 0.0 0.5;
                color: GENLIST_PART_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                }
                rel2 {
                   relative: 0.0 0.0;
-                  offset: 0 0;
-                  to_x: "elm.padding.icon.left";
+                  to_x: "elm.padding.text2.right";
                   to_y: "elm.padding.bottom";
                }
+               align: 0.0 0.5;
                color: GENLIST_PART_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         part { name: "elm.text.3";
-            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;
-                  offset: 0 0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
-               }
-               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
-               text {
-                  font: "SLP:style=Medium";
-                  size: 20;
-                  min: 0 1;
-                  align: 1.0 0.5;
-               }
-            }
-            description { state: "selected" 0.0;
-               inherit: "default" 0.0;
-               color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
-            }
-            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
-         }
          BEAT_GENLIST_PART_RENAME
          BEAT_GENLIST_PART_DISCLIP
       }
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         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 38;
-               fixed: 0 1;
-               align: 0 0;
+               min: 98 38;
+               fixed: 1 1;
                rel1 {
-                  relative: 1.0 1.0;
-                  to_x: "elm.padding.icon.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset: 0 0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
-               color: GENLIST_PART_TEXT_COLOR_INC;
+               align: 1.0 0.0;
+               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: 28;
+                  font: "SLP:style=Medium";
+                  size: 20;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: 1.0 0.5;
                }
             }
             description { state: "selected" 0.0;
                inherit: "default" 0.0;
                color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
             }
-            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
+            BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
+         }
+         part { name: "elm.padding.text3.left";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "elm.text.3";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.3";
+               }
+               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: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text3.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text3.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.padding.text1.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.icon.right";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.top";
                }
                rel2 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   offset: 0 0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.text.3";
                }
-               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.5;
+               color: GENLIST_PART_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: 20;
+                  font: "SLP:style=Roman";
+                  size: 28;
                   min: 0 1;
                   align: 0.0 0.5;
                }
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         part { name: "elm.text.3";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 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.icon.right";
+                  to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0 0.0;
                   offset: 0 0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
                color: GENLIST_PART_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: 20;
                   min: 0 1;
-                  align: 1.0 0.5;
+                  align: 0.0 0.5;
                }
             }
             description { state: "selected" 0.0;
          BEAT_GENLIST_PART_PADDING_LEFT( 10 )
          BEAT_GENLIST_PART_PADDING_RIGHT( 10 )
 
-         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 38;
-               fixed: 0 1;
-               align: 0 0;
+               min: 98 38;
+               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;
-                  offset: 0 0;
                   to_x: "elm.padding.right";
                   to_y: "elm.padding.top";
                }
-               color: GENLIST_PART_TEXT_COLOR_INC;
+               align: 1.0 0.0;
+               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Roman";
-                  size: 28;
+                  font: "SLP:style=Medium";
+                  size: 20;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: 1.0 0.5;
                }
             }
             description { state: "selected" 0.0;
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         part { name: "elm.text.2";
+
+         part { name: "elm.padding.text3.left";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "elm.text.3";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.text.3";
+               }
+               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: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text3.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text3.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.padding.text1.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 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;
-                  offset: 0 0;
-                  to_x: "elm.padding.right";
-                  to_y: "elm.padding.bottom";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
+                  to_y: "elm.text.3";
                }
-               color: GENLIST_PART_SUB_TEXT_COLOR_INC;
+               align: 0.0 0.5;
+               color: GENLIST_PART_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: 20;
+                  font: "SLP:style=Roman";
+                  size: 28;
                   min: 0 1;
                   align: 0.0 0.5;
                }
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         part { name: "elm.text.3";
+         part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               align: 1 1;
                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 1.0;
+                  relative: 0.0 0.0;
                   offset: 0 0;
                   to_x: "elm.padding.right";
-                  to_y: "elm.text.1";
+                  to_y: "elm.padding.bottom";
                }
                color: GENLIST_PART_SUB_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: 20;
                   min: 0 1;
-                  align: 1.0 0.5;
+                  align: 0.0 0.5;
                }
             }
             description { state: "selected" 0.0;
             }
             BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED
          }
-         BEAT_GENLIST_PART_RENAME
+         part { name: "elm.edit.rename";
+            clip_to: "disclip";
+            type: SWALLOW;
+            mouse_events: 1;
+            scale: 1;
+            description { state: "default" 0.0;
+               visible: 0;
+               fixed: 1 1;
+               rel1 {
+                  relative: 1.0  0.0;
+                  to_x: "elm.padding.left";
+               }
+               rel2 {
+                  relative: 0.0  1.0;
+                  to_x: "elm.padding.text1.right";
+               }
+            }
+            description { state: "rename_enabled" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
          BEAT_GENLIST_PART_DISCLIP
       }
       programs {
                }
             }
          }
-         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;
-               align: 0.0 0.0;
+               min: 98 0;
+               fixed: 1 0;
                rel1 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.icon.right";
+                  relative: 0.0  0.0;
+                  to_x: "elm.padding.right";
                }
                rel2 {
-                  relative: 0.0 1.0;
+                  relative: 0.0  1.0;
                   to_x: "elm.padding.right";
                }
-               color: GENLIST_PART_TEXT_COLOR_INC;
+               align: 1.0 0.5;
+               color: 226 144 1 255;
                text {
-                  font: "SLP:style=Roman";
-                  size: 28;
+                  font: "SLP:style=Medium";
+                  size: 20;
                   min: 0 1;
-                  align: 0.0 0.5;
+                  align: 1.0 0.5;
                }
             }
             description { state: "selected" 0.0;
                color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
             }
          }
-         part { name: "elm.text.2";
+         part { name: "elm.padding.text2.left";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   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: "vertical_line";
+            type: RECT;
+            mouse_events: 0;
+            description { state: "default" 0.0;
+               min: 1 0;
+               fixed: 1 0;
+               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text2.left";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text2.left";
+               }
+               align: 1.0 0.5;
+            }
+         }
+
+         part { name: "elm.padding.text1.right";
+            type: RECT;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: 10 0;
+               fixed: 1 0;
+               rel1 {
+                   relative: 0.0 0.0;
+                   to_x: "vertical_line";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "vertical_line";
+               }
+               visible: 0;
+               align: 1.0 0.5;
+            }
+         }
+         part { name: "elm.text.1";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
+               align: 0.0 0.0;
                rel1 {
-                  relative: 1.0  0.0;
-                  to_x: "elm.padding.left";
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon.right";
                }
                rel2 {
-                  relative: 0.0  1.0;
-                  to_x: "elm.padding.right";
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.text1.right";
                }
-               color: 226 144 1 255;
+               color: GENLIST_PART_TEXT_COLOR_INC;
                text {
-                  font: "SLP:style=Medium";
-                  size: 20;
+                  font: "SLP:style=Roman";
+                  size: 28;
                   min: 0 1;
-                  align: 1.0 0.5;
+                  align: 0.0 0.5;
                }
             }
             description { state: "selected" 0.0;