diff options
author | Jung Chanwook <joey.jung@samsung.com> | 2012-07-27 21:16:17 +0900 |
---|---|---|
committer | Jung Chanwook <joey.jung@samsung.com> | 2012-07-27 21:16:17 +0900 |
commit | 6580a4388a0ebb66a09c6211d27c99832d32a46c (patch) | |
tree | 528c3f5e9bae62965c192478ac0b695de4bdca95 | |
parent | d13496113280e6d152c7b804df68796e80afb248 (diff) | |
download | efl-theme-tizen-6580a4388a0ebb66a09c6211d27c99832d32a46c.tar.gz efl-theme-tizen-6580a4388a0ebb66a09c6211d27c99832d32a46c.tar.bz2 efl-theme-tizen-6580a4388a0ebb66a09c6211d27c99832d32a46c.zip |
[Button] searchbar cancel button is modified
Change-Id: Ib8f370cc12bd266c46c4ba62577ccfa1dd90c7fa
-rw-r--r-- | themes/widgets/button.edc | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index c4ec30d9..81965fd6 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -3206,10 +3206,10 @@ /////////////////////////////////////////////////////////////////////////////////////// group { name: "elm/button/base/searchbar/default"; images { - image: "00_search_input_field_bg.png" COMP; - image: "00_button_sweep_press.png" COMP; - image: "00_button_sweep_dim.png" COMP; - image: "00_button_sweep_focus.png" COMP; + image: "00_button_01_normal.png" COMP; + image: "00_button_01_normal_press.png" COMP; + image: "00_button_01_normal_dim.png" COMP; + image: "00_button_01_normal_Focus.png" COMP; } script { public button_state = BUTTON_STATE_ENABLED; @@ -3220,34 +3220,22 @@ group { name: "elm/button/base/searchbar/default"; description { state: "default" 0.0; min: BUTTON_SEARCHBAR_BG_NORMAL_MIN_INC; image { - normal: "00_search_input_field_bg.png"; - border: BUTTON_SEARCHBAR_BG_BORDER_INC; + normal: "00_button_01_normal.png"; + border: BUTTON_DEFAULT_STYLE_BG_BORDER_INC; border_scale: 1; } } description { state: "clicked" 0.0; inherit: "default" 0.0; - image { - normal: "00_button_sweep_press.png"; - border: BUTTON_SWEEP_BG_BORDER_INC; - border_scale: 1; - } + image.normal: "00_button_01_normal_press.png"; } description { state: "disabled" 0.0; inherit: "default" 0.0; - image { - normal: "00_button_sweep_dim.png"; - border: BUTTON_SWEEP_BG_BORDER_INC; - border_scale: 1; - } + image.normal: "00_button_01_normal_dim.png"; } description { state: "focused" 0.0; inherit: "default" 0.0; - image { - normal: "00_button_sweep_focus.png"; - border: BUTTON_SWEEP_BG_BORDER_INC; - border_scale: 1; - } + image.normal: "00_button_01_normal_Focus.png"; } } part { name: "padding_left_top"; |