change list item base color
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 7 Oct 2010 11:21:27 +0000 (20:21 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 7 Oct 2010 11:21:27 +0000 (20:21 +0900)
data/themes/extstyles.edc
src/clipdrawer.c

index 19fa2c5..2ecdf0a 100644 (file)
@@ -1,3 +1,5 @@
+// original color - base
+// color: 246 245 237 255; 
 #define BEAT_GENLIST_PART_BASE( param_item_height ) \
          part { name: "base"; \
             type: RECT; \
@@ -5,7 +7,7 @@
             scale: 1; \
             description { state: "default" 0.0; \
                min: 0 param_item_height; \
-               color: 246 245 237 255; \
+               color: 242 239 225 255; \
             } \
          }
 
index 82307d3..c4d6de1 100644 (file)
@@ -241,7 +241,7 @@ int clipdrawer_create_view(void *data)
 
        // for debug
        // at starting, showing app view
-       //clipdrawer_activate_view(ad);
+//     clipdrawer_activate_view(ad);
 
        return 0;
 }