[genlist] add 1px dialogue separator
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 26 May 2011 07:26:45 +0000 (16:26 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 26 May 2011 07:26:45 +0000 (16:26 +0900)
themes/groups/genlist/genlist_styles.edc

index d71022f..adaef17 100644 (file)
       }
    }
 
+   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";
+
+      data.item: "stacking" "above";
+      data.item: "selectraise" "on";
+      data.item: "treesize" "20";
+
+      parts {
+         BEAT_GENLIST_PART_DIALOGUE_BASE( 1 )
+         BEAT_GENLIST_PART_BOTTOM_LINE
+         BEAT_GENLIST_PART_DISCLIP
+      }
+   }
+
    group { name: "elm/genlist/item/dialogue/1text/default";
       alias: "elm/genlist/item_odd/dialogue/1text/default";
       alias: "elm/genlist/item_compress/dialogue/1text/default";