summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumanth <sumanth.m@samsung.com>2012-08-13 18:57:53 +0530
committerDaniel Juyung Seo <juyung.seo@samsung.com>2012-08-14 17:30:26 +0900
commitf227e1d4dab6db9831cf712fdbc03606f52904dd (patch)
tree659ab4475f4edf8ed640cf94d8f5d7ab82320041
parent187bfb9e5c35bfa6f836397772cf81c0fcc8ad0c (diff)
downloadefl-theme-tizen-f227e1d4dab6db9831cf712fdbc03606f52904dd.tar.gz
efl-theme-tizen-f227e1d4dab6db9831cf712fdbc03606f52904dd.tar.bz2
efl-theme-tizen-f227e1d4dab6db9831cf712fdbc03606f52904dd.zip
[button.edc] Disabled state of button is changed in naviframe/title style.
Change-Id: I73a053986e2c4afcc3d79157adcf52a1b62a4849
-rw-r--r--themes/widgets/button.edc19
1 files changed, 17 insertions, 2 deletions
diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc
index 38aca238..8ec3be47 100644
--- a/themes/widgets/button.edc
+++ b/themes/widgets/button.edc
@@ -10234,7 +10234,7 @@ group { name: "elm/button/base/searchbar/default";
part { name: "elm.swallow.content";
type: SWALLOW;
scale: 1;
- clip_to: "clipper";
+ clip_to: "icon_disabler";
description { state: "default" 0.0;
visible: 0;
align: 0.0 0.5;
@@ -10338,6 +10338,20 @@ group { name: "elm/button/base/searchbar/default";
color: 255 255 255 255;
}
}
+ part { name: "icon_disabler";
+ type: RECT;
+ description { state: "default" 0.0;
+ visible: 0;
+ rel1.to: "icon_rect";
+ rel2.to: "icon_rect";
+ color: 0 0 0 0;
+ }
+ description { state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ color: 127 127 127 127;
+ }
+ }
part { name: "disabler";
type: RECT;
description { state: "default" 0.0;
@@ -10346,7 +10360,6 @@ group { name: "elm/button/base/searchbar/default";
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
- color: 127 127 127 127;
visible: 1;
}
}
@@ -10471,6 +10484,7 @@ group { name: "elm/button/base/searchbar/default";
action: STATE_SET "disabled" 0.0;
target: "button_image";
target: "disabler";
+ target: "icon_disabler";
after: "disable_text";
}
program { name: "disable_text";
@@ -10491,6 +10505,7 @@ group { name: "elm/button/base/searchbar/default";
action: STATE_SET "default" 0.0;
target: "button_image";
target: "disabler";
+ target: "icon_disabler";
after: "enable_text";
}
program { name: "enable_text";