rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c00cd14646eb4b347fdfd71e063ee33d3135dd7a
commit c00cd14646eb4b347fdfd71e063ee33d3135dd7a Author: Vyacheslav Reutskiy <[email protected]> Date: Thu Jun 2 08:17:33 2016 +0300 Tizen theme: update navigators head color Change-Id: I8f4cc711990ba6cfe4eac44aee37dc43f5fba818 --- data/themes/tizen/widgets/layout.edc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/data/themes/tizen/widgets/layout.edc b/data/themes/tizen/widgets/layout.edc index 95e2d24..a54f6ca 100644 --- a/data/themes/tizen/widgets/layout.edc +++ b/data/themes/tizen/widgets/layout.edc @@ -239,7 +239,7 @@ group { name: "elm/layout/navigator/default"; part { name: "bg"; type: RECT; description { state: "default" 0.0; - color: 225 225 225 255; + color: 255 255 255 255; } description { state: "tizen" 0.0; inherit: "default" 0.00; @@ -255,6 +255,22 @@ group { name: "elm/layout/navigator/default"; max: -1 31; } } + part { name: "separator"; + type: RECT; + description { state: "default" 0.0; + min: 0 1; + max: -1 1; + fixed: 1 1; + align: 0.5 1.0; + color: 170 170 170 255; + rel1.to: "area.top"; + rel2.to: "area.top"; + } + description { state: "tizen" 0.0; + inherit: "default" 0.0; + visible: 0; + } + } part { name: "elm.text"; type: TEXT; description { state: "default" 0.0; @@ -453,6 +469,7 @@ group { name: "elm/layout/navigator/default"; target: "elm.swallow.icon"; target: "elm.text"; target: "border"; + target: "separator"; target: "elm.swallow.content"; } } --
