summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-11-04 17:19:15 +0900
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-11-04 01:27:18 -0700
commit036bd8558d27315034285084db5796cd5dc014cb (patch)
tree2b132094b78b40eb7224ed328390dd65739deaa6
parent47cbb00820e12cfc16f6dbcc97019229c1033167 (diff)
downloadefl-theme-tizen-mobile-036bd8558d27315034285084db5796cd5dc014cb.tar.gz
efl-theme-tizen-mobile-036bd8558d27315034285084db5796cd5dc014cb.tar.bz2
efl-theme-tizen-mobile-036bd8558d27315034285084db5796cd5dc014cb.zip
toolbar: add color_classes
- Addition "toolbar_item/default/bg_pressed" B043 "toolbar_item/tabbar_with_title/bg_pressed" B043 Change-Id: I5808690c89b29f339978518ca2d23ad15138c9c5
-rw-r--r--mobile/color_classes.edc6
-rw-r--r--mobile/widgets/toolbar.edc4
2 files changed, 8 insertions, 2 deletions
diff --git a/mobile/color_classes.edc b/mobile/color_classes.edc
index aea79882..27d40062 100644
--- a/mobile/color_classes.edc
+++ b/mobile/color_classes.edc
@@ -1772,6 +1772,9 @@ color_classes {
color_class { "toolbar_item/default/bg";
color: 61 185 204 255;
}
+ color_class { "toolbar_item/default/bg_pressed";
+ color: 0 0 0 76;
+ }
color_class { "toolbar_item/default/underline";
color: 249 249 249 255;
}
@@ -1817,6 +1820,9 @@ color_classes {
color_class { "toolbar_item/tabbar_with_title/bg";
color: 61 185 204 255;
}
+ color_class { "toolbar_item/tabbar_with_title/bg_pressed";
+ color: 0 0 0 76;
+ }
color_class { "toolbar_item/tabbar_with_title/underline";
color: 249 249 249 255;
}
diff --git a/mobile/widgets/toolbar.edc b/mobile/widgets/toolbar.edc
index d79518d3..da17bf24 100644
--- a/mobile/widgets/toolbar.edc
+++ b/mobile/widgets/toolbar.edc
@@ -503,7 +503,7 @@ group { "elm/toolbar/item/tabbar";
desc { "pressed";
inherit: "default";
vis;
- color: 0 0 0 76;
+ color_class: "toolbar_item/default/bg_pressed";
}
desc { "disabled";
inherit: "default";
@@ -1600,7 +1600,7 @@ group { "elm/toolbar/item/tabbar_with_title";
desc { "pressed";
inherit: "default";
vis;
- color: 0 0 0 76;
+ color_class: "toolbar_item/tabbar_with_title/bg_pressed";
}
desc { "disabled";
inherit: "default";