Merge branch 'intefl/surc'
authorJung Chanwook <joey.jung@samsung.com>
Tue, 24 Jul 2012 06:10:52 +0000 (15:10 +0900)
committerJung Chanwook <joey.jung@samsung.com>
Tue, 24 Jul 2012 06:10:52 +0000 (15:10 +0900)
Conflicts:
themes/images/tizen-hd/00_winset_title_tabbar_bg.png
themes/inc/tizen-hd-inc.edc
themes/widgets/button.edc
themes/widgets/multibuttonentry.edc

Change-Id: I7396ff0a07189cc43f825147cba332c8d2a6a8c9

1  2 
themes/inc/tizen-hd-inc.edc
themes/widgets/button.edc
themes/widgets/ctxpopup.edc
themes/widgets/genlist/genlist_macro.edc
themes/widgets/genlist/genlist_normal.edc
themes/widgets/popup.edc
themes/widgets/toolbar.edc

Simple merge
@@@ -8220,8 -8219,9 +8220,8 @@@ group { name: "elm/button/base/searchba
        alias: "elm/button/base/naviframe/prev_btn/default";
        alias: "elm/button/base/naviframe/end_btn/default";
        images {
 -         image: "00_winset_Back_btn_press.png" COMP;
 -         image: "00_winset_Back_btn_normal_focus.png" COMP;
 -         image: "00_winset_Back.png" COMP;
 +         image: "00_winset_toolbar_press.png" COMP;
-          image: "00_winset_Back.png" COMP;
++        image: "00_winset_Back.png" COMP;
        }
        script {
           public button_state = BUTTON_STATE_ENABLED;
Simple merge
Simple merge
@@@ -1139,16 -1140,13 +1140,20 @@@ group { name: "elm/toolbar/item/tabbar"
           }
           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;
           }
 +         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";
              type: RECT;