[Genlist] change Pop Up style bottom line
authorSanghyeon Lee <sh10233.lee@samsung.com>
Thu, 4 Jul 2013 07:33:27 +0000 (16:33 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 8 Jul 2013 06:52:38 +0000 (15:52 +0900)
themes/inc/tizen-dark-inc.edc
themes/inc/tizen-light-inc.edc
themes/widgets/genlist/genlist_macro.edc

index e78a5b4..c3cbdb4 100755 (executable)
 
 // List bg color
 #define GENLIST_LIST_BG_POPUP_COLOR                 29 38 60 255
+#define GENLIST_LIST_LINE1_POPUP_COLOR              0 0 0 0
+#define GENLIST_LIST_LINE2_POPUP_COLOR              255 255 255 63
 #define GENLIST_LIST_BG_COLOR                       0 0 0 255
 #define GENLIST_LIST_PRESS_COLOR                    43 58 175 255
 #define GENLIST_LIST_DIM_COLOR                      0 0 0 255
index 28b59c0..0f6ec93 100755 (executable)
 
 // List bg color
 #define GENLIST_LIST_BG_POPUP_COLOR                 248 246 239 255
+#define GENLIST_LIST_LINE1_POPUP_COLOR              211 209 203 255
+#define GENLIST_LIST_LINE2_POPUP_COLOR              250 250 250 255
 #define GENLIST_LIST_BG_COLOR                       248 246 239 255
 #define GENLIST_LIST_PRESS_COLOR                    87 135 194 255
 #define GENLIST_LIST_DIM_COLOR                      248 246 239 255
index b965659..fe79d89 100755 (executable)
                color: GENLIST_LIST_BG_POPUP_COLOR; \
             } \
          ) \
+         GENLIST_PART_RECT("bottom_line", \
+            description { state: "default" 0.0; \
+               color: GENLIST_LIST_LINE1_POPUP_COLOR; \
+            } \
+            description { state: "disabled" 0.0; \
+               color: GENLIST_LIST_LINE1_POPUP_COLOR; \
+            } \
+         ) \
+         GENLIST_PART_RECT("bottom_line2", \
+            description { state: "default" 0.0; \
+               color: GENLIST_LIST_LINE2_POPUP_COLOR; \
+            } \
+            description { state: "disabled" 0.0; \
+               color: GENLIST_LIST_LINE2_POPUP_COLOR; \
+            } \
+         ) \
       } \
    }