Change for white theme
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 17 Jul 2012 10:21:08 +0000 (19:21 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 19 Jul 2012 07:28:00 +0000 (16:28 +0900)
Change-Id: I2a71c4b009f1384d12f99be95c385c5ee8a265f5

themes/images/tizen-hd/00_winset_title_tabbar_bg.png
themes/inc/tizen-hd-inc.edc
themes/widgets/toolbar.edc

index 4c34b68..aafefef 100755 (executable)
Binary files a/themes/images/tizen-hd/00_winset_title_tabbar_bg.png and b/themes/images/tizen-hd/00_winset_title_tabbar_bg.png differ
index 98b6c98..4f33a5c 100644 (file)
 #define TOOLBAR_ITEM_SEPARATOR_LEFT_COLOR_INC 53 53 53 255
 #define TOOLBAR_ITEM_SEPARATOR_MIDDLE_COLOR_INC 0 0 0 255
 #define TOOLBAR_ITEM_SEPARATOR_RIGHT_COLOR_INC 25 25 25 255
+#define TOOLBAR_ITEM_BG_REL1_OFFSET_INC 4 4
+#define TOOLBAR_ITEM_BG_REL2_OFFSET_INC -5 -5
+#define TOOLBAR_ITEM_BG_SELECTED_BORDER_INC 3 3 3 3
+#define TABBAR_ITEM_BG_DEFAULT_BORDER_INC 9 9 9 9
+#define TABBAR_ITEM_BG_DEFAULT_VISIBLE_INC 0
+#define TABBAR_ITEM_BG_DEFAULT_COLOR_INC 255 255 255 0
index 460bf00..d9c0d82 100644 (file)
@@ -92,15 +92,15 @@ group { name: "elm/toolbar/item/default";
             color: 255 255 255 0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 4 4;
+               offset: TOOLBAR_ITEM_BG_REL1_OFFSET_INC;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -5 -5;
+               offset: TOOLBAR_ITEM_BG_REL2_OFFSET_INC;
             }
             image {
                normal: "00_winset_toolbar_press.png";
-               border: 3 3 3 3;
+               border: TOOLBAR_ITEM_BG_SELECTED_BORDER_INC;
             }
             image.middle: SOLID;
             fill.smooth: 0;
@@ -1112,6 +1112,7 @@ group { name: "elm/toolbar/more/tabbar";
 
 group { name: "elm/toolbar/item/tabbar";
    images {
+      image: "00_winset_title_tabbar_bg.png" COMP;
       image: "00_winset_tabbar_focus.png" COMP;
       image: "00_tab_move_bg.png" COMP;
    }
@@ -1124,11 +1125,10 @@ group { name: "elm/toolbar/item/tabbar";
       part { name: "bg";
          mouse_events: 0;
          description { state: "default" 0.0;
-            visible: 0;
-            color: 255 255 255 0;
-            image {
-               normal: "00_winset_tabbar_focus.png";
-            }
+            visible: TABBAR_ITEM_BG_DEFAULT_VISIBLE_INC;
+            color: TABBAR_ITEM_BG_DEFAULT_COLOR_INC;
+            image.normal: "00_winset_title_tabbar_bg.png";
+            image.border: TABBAR_ITEM_BG_DEFAULT_BORDER_INC;
             image.middle: SOLID;
             fill.smooth: 0;
          }
@@ -1136,18 +1136,16 @@ group { name: "elm/toolbar/item/tabbar";
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
+            image.normal: "00_winset_tabbar_focus.png";
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            visible: 0;
-            color: 255 255 255 0;
          }
          description { state: "moving" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             image.normal: "00_tab_move_bg.png";
             image.border: 10 10 10 10;
-            color: 255 255 255 255;
          }
       }
       part { name: "padding_left_top";