[Genlist] Fix customization template
authorTae-Hwan Kim <the81.kim@samsung.com>
Sat, 30 Mar 2013 05:17:03 +0000 (14:17 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Tue, 2 Apr 2013 10:09:05 +0000 (19:09 +0900)
Change-Id: I3a09cccc92651afe5d6f232f36293a6f3411c47a

themes/widgets/genlist/genlist_custom.edc

index b6e32ce..c6ab2b6 100644 (file)
@@ -1,8 +1,13 @@
-#include "genlist_macro.edc"
-//#include "genlist_textblock_style.edc" // This is already included from genlist.edc file
-
-group { GENLIST_NAME("custom_test/default")
-
+/*
+ * Build:
+ * edje_cc  -id ../../images/tizen-hd/ -sd ../../sounds/ genlist_custom.edc
+ */
+collections {
+   #include "../../inc/tizen-hd-inc.edc"
+   #include "genlist_macro.edc"
+   #include "genlist_normal.edc" // if u want group inherting from normal styles.
+   #include "genlist_textblock_style.edc"
+   group { GENLIST_NAME("custom_test/default")
       GENLIST_PROLOG_NORMAL
       data.item: "texts" "elm.text";
       data.item: "contents" "elm.icon";
@@ -30,3 +35,4 @@ group { GENLIST_NAME("custom_test/default")
       }
       GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; )
    }
+}