[elm_multibuttonentry]Add label font color for nbeat-black theme[reupload:merge conflict]
authorGoun Lee <gouni.lee@samsung.com>
Fri, 24 Jun 2011 00:58:37 +0000 (09:58 +0900)
committerGoun Lee <gouni.lee@samsung.com>
Fri, 24 Jun 2011 00:58:37 +0000 (09:58 +0900)
themes/groups/multibuttonentry.edc
themes/inc/nbeat-black-inc.edc [changed mode: 0644->0755]
themes/inc/nbeat-inc.edc

index b7e84ea..81dd21c 100755 (executable)
             scale: 1;
             description {
                state: "default" 0.0;
-               color: 0 0 0 255;
+               color: MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC;
                min: 0 50;
                fixed: 1 1;
                text {
old mode 100644 (file)
new mode 100755 (executable)
index 4b95cee..70e599a
 
 #define MULTIBUTTONENTRY_NORMAL_BUTTON_COLOR_INC 42 109 140 255
 #define MULTIBUTTONENTRY_PRESSED_BUTTON_COLOR_INC 64 182 237 255
+#define MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC 249 249 249 255
 
 #define SEARCHBAR_BACKGROUND_COLOR_INC          0 0 0 0
 
index 646c1b0..95e0352 100755 (executable)
 
 #define MULTIBUTTONENTRY_NORMAL_BUTTON_COLOR_INC 195 160 107 255
 #define MULTIBUTTONENTRY_PRESSED_BUTTON_COLOR_INC 103 79 43 255
+#define MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC 0 0 0 255
 
 #define SEARCHBAR_BACKGROUND_COLOR_INC          0 0 0 0