[Multibuttonentry]Add nbeat-black theme (reupload:merge conflict)
authorGoun Lee <gouni.lee@samsung.com>
Fri, 17 Jun 2011 06:03:12 +0000 (15:03 +0900)
committerGoun Lee <gouni.lee@samsung.com>
Fri, 17 Jun 2011 06:03:12 +0000 (15:03 +0900)
themes/groups/multibuttonentry.edc
themes/inc/nbeat-black-inc.edc
themes/inc/nbeat-inc.edc [changed mode: 0644->0755]

index 47f2b61..b7e84ea 100755 (executable)
                state: "default" 0.0;
                rel1 { relative: 1.0 1.0; to_x:"left.padding";to_y:"top.padding";}
                rel2 { relative: 0.0 0.0; to_x:"right.padding";to_y:"bottom.padding";}
-               color: 195 160 107 255;
+               color: MULTIBUTTONENTRY_NORMAL_BUTTON_COLOR_INC;
             }
             description {
                state: "focused" 0.0;
                inherit: "default" 0.0;
-               color: 103 79 43 255;
+               color: MULTIBUTTONENTRY_PRESSED_BUTTON_COLOR_INC;
             }
          }
          part {
index 568c6d1..f867042 100644 (file)
 
 #define CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC 23 34 38 255
 #define CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC 58 68 74 255
+
+#define MULTIBUTTONENTRY_NORMAL_BUTTON_COLOR_INC 42 109 140 255
+#define MULTIBUTTONENTRY_PRESSED_BUTTON_COLOR_INC 64 182 237 255
old mode 100644 (file)
new mode 100755 (executable)
index 2d3d2ab..b775971
 
 #define CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC 73 62 47 255
 #define CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC 136 121 100 255
+
+#define MULTIBUTTONENTRY_NORMAL_BUTTON_COLOR_INC 195 160 107 255
+#define MULTIBUTTONENTRY_PRESSED_BUTTON_COLOR_INC 103 79 43 255