Fix macro names && Add divider image
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 4 Sep 2012 14:21:50 +0000 (23:21 +0900)
committerTae-Hwan Kim <the81.kim@samsung.com>
Tue, 4 Sep 2012 14:24:22 +0000 (23:24 +0900)
Change-Id: I4bc64eb0186eb78c41c24b1c47e44ceb01cc7a49

themes/images/white-hd/00_winset_divider_line.png [new file with mode: 0644]
themes/inc/white-hd-inc.edc

diff --git a/themes/images/white-hd/00_winset_divider_line.png b/themes/images/white-hd/00_winset_divider_line.png
new file mode 100644 (file)
index 0000000..e287978
Binary files /dev/null and b/themes/images/white-hd/00_winset_divider_line.png differ
index 972d587..321dd9e 100644 (file)
 
 
 
-#define GENLIST_PART_DISCLIP_COLOR_INC 255 255 255 110 // alpha was 64 [???]
+#define GENLIST_PART_DISCLIP_COLOR 255 255 255 110 // alpha was 64 [???]
 #define GENLIST_PART_REORDER_BG_COLOR 236 240 242 255
 #define GENLIST_PART_FLIP_BG_COLOR 249 249 249 255
 #define GENLIST_PART_DIALOGUE_GROUP_BG_COLOR 236 240 242 255
 #define GENLIST_PART_BUBBLE_DATE_BG_COLOR_INC 56 69 90 255
 #define GENLIST_PART_BUBBLE_1PIXEL_LINE_COLOR_INC 153 153 153 255
 
-#define GENLIST_PART_INDEX_LIST_BASE_IMAGE_INC \
-         part { name: "base_image";\
-            repeat_events: 1;\
-            description { state: "default" 0.0;\
-               rel1.to: "rect";\
-               rel2.to: "rect";\
-               image {\
-                  normal: "00_index list_bg.png";\
-                  border: 0 0 2 2;\
-               }\
-            }\
-         }
-
 #define GENLIST_PART_MATCH_TAG_COLOR_INC "+ color=#3F8DAD"