diff options
author | Jaehwan Kim <jae.hwan.kim@samsung.com> | 2011-11-07 19:17:14 +0900 |
---|---|---|
committer | Jaehwan Kim <jae.hwan.kim@samsung.com> | 2011-11-07 19:17:14 +0900 |
commit | 3219d64c820519a648bc345984fa27de7cfd864d (patch) | |
tree | 07398faf6b863015d49edc27cc9af02aead4d3a7 /themes | |
parent | d129dfab7c6e34facdd9fc9cf4ca651ad620c4ce (diff) | |
download | efl-theme-tizen-3219d64c820519a648bc345984fa27de7cfd864d.tar.gz efl-theme-tizen-3219d64c820519a648bc345984fa27de7cfd864d.tar.bz2 efl-theme-tizen-3219d64c820519a648bc345984fa27de7cfd864d.zip |
[*][controlbar] apply GUI v0.5, but images are in v0.2. add 'top' style.
Change-Id: If8b626247a35848abb682df5e0b016492a044c8a
Diffstat (limited to 'themes')
24 files changed, 120 insertions, 28 deletions
diff --git a/themes/groups/button.edc b/themes/groups/button.edc index c279b67d..965c7338 100644 --- a/themes/groups/button.edc +++ b/themes/groups/button.edc @@ -7716,6 +7716,7 @@ } description { state: "icononly" 0.0; inherit: "default" 0.0; + min: BUTTON_CONTROLBAR_ITEM_BUTTON_ICON_SIZE_INC; } } part { diff --git a/themes/groups/controlbar.edc b/themes/groups/controlbar.edc index be574176..02d94cd9 100644 --- a/themes/groups/controlbar.edc +++ b/themes/groups/controlbar.edc @@ -75,6 +75,20 @@ // controlbar /////////////////////////////////////////////////////////////////////////////////////// + images{ + image: "00_winset_control_toolbar_bg.png" COMP; + image: "00_winset_control_tabbar_bg.png" COMP; + image: "00_winset_control_tabbar_bg_left.png" COMP; + image: "00_winset_control_tabbar_bg_right.png" COMP; + image: "00_winset_control_tabbar_bg_top.png" COMP; + image: "00_winset_tabbar_press.png" COMP; + image: "00_winset_tabbar_press_left.png" COMP; + image: "00_winset_tabbar_press_right.png" COMP; + image: "00_winset_tabbar_press_top.png" COMP; + image: "00_winset_toolbar_press.png" COMP; + image: "00_winset_tabbar_focus.png" COMP; + } + group{ name: "elm/controlbar/base/default"; @@ -93,6 +107,17 @@ } } part{ + name: "elm.swallow.view"; + type: SWALLOW; + scale: 1; + mouse_events: 1; + description{ + state: "default" 0.0; + rel1 {relative: 0.0 0.0;} + rel2 {relative: 1.0 0.0; to: "bg_image";} + } + } + part{ name: "bg_image"; type: SWALLOW; scale: 1; @@ -212,13 +237,6 @@ group{ name: "elm/controlbar/background/default"; - images{ - image: "00_winset_control_toolbar_bg.png" COMP; - image: "00_winset_control_tabbar_bg.png" COMP; - image: "00_winset_control_tabbar_left_bg.png" COMP; - image: "00_winset_control_tabbar_right_bg.png" COMP; - } - parts{ part{ name: "bg_image"; @@ -240,12 +258,12 @@ description{ state: "tabbar_left" 0.0; inherit: "default" 0.0; - image.normal: "00_winset_control_tabbar_left_bg.png"; + image.normal: "00_winset_control_tabbar_bg_left.png"; } description{ state: "tabbar_right" 0.0; inherit: "default" 0.0; - image.normal: "00_winset_control_tabbar_right_bg.png"; + image.normal: "00_winset_control_tabbar_bg_right.png"; } } programs { @@ -310,15 +328,6 @@ group{ name: "elm/controlbar/item_bg/default"; - images{ - image: "00_winset_tabbar_press.png" COMP; - image: "00_winset_tabbar_press_left.png" COMP; - image: "00_winset_tabbar_press_right.png" COMP; - image: "00_winset_toolbar_press.png" COMP; - image: "00_winset_tabbar_focus.png" COMP; - image: "00_winset_tabbar_focus_left.png" COMP; - image: "00_winset_tabbar_focus_right.png" COMP; - } parts{ part{ @@ -383,7 +392,7 @@ description{ state: "focused_left" 0.0; inherit: "default" 0.0; - image.normal: "00_winset_tabbar_focus_left.png"; + image.normal: "00_winset_tabbar_focus.png"; image.border: 2 3 2 2; visible: 1; fill.smooth: 0; @@ -391,7 +400,7 @@ description{ state: "focused_right" 0.0; inherit: "default" 0.0; - image.normal: "00_winset_tabbar_focus_right.png"; + image.normal: "00_winset_tabbar_focus.png"; image.border: 3 2 2 2; visible: 1; fill.smooth: 0; @@ -402,7 +411,7 @@ rel1 {relative: 0.0 0.07; offset: 3 0;} rel2 {relative: 1.0 0.93; offset: -3 0;} image.normal: "00_winset_toolbar_press.png"; - image.border: 2 2 2 2; + image.border: 3 3 3 3; visible: 1; fill.smooth: 0; } @@ -616,11 +625,6 @@ group{ name: "elm/controlbar/item_bg_move/default"; - images{ - image: "00_winset_tabbar_focus.png" COMP; - image: "00_winset_tabbar_focus_left.png" COMP; - image: "00_winset_tabbar_focus_right.png" COMP; - } parts{ part{ @@ -676,6 +680,93 @@ } } + group{ + name: "elm/controlbar/base/top"; + inherit: "elm/controlbar/base/default"; + + parts{ + part{ + name: "elm.swallow.view"; + description{ + state: "default" 0.0; + rel1 {relative: 0.0 1.0; to: "bg_image";} + rel2 {relative: 1.0 1.0; to: "";} + } + } + part{ + name: "bg_image"; + description{ + state: "large" 0.0; + align: 0.5 0.0; + rel1.relative: 0.0 0.0; + rel2.relative: 1.0 0.0; + } + description{ + state: "small" 0.0; + align: 0.5 0.0; + rel1.relative: 0.0 0.0; + rel2.relative: 1.0 0.0; + } + } + part{ + name: "elm.dragable.box"; + source: "elm/controlbar/item_bg_move/top"; + } + } + } + + group{ + name: "elm/controlbar/background/top"; + inherit: "elm/controlbar/background/default"; + + parts{ + part{ + name: "bg_image"; + description{ + state: "tabbar" 0.0; + image.normal: "00_winset_control_tabbar_bg_top.png"; + } + } + } + } + + group{ + name: "elm/controlbar/item_bg/top"; + inherit: "elm/controlbar/item_bg/default"; + + parts{ + part{ + name: "bg_img"; + description{ + state: "pressed" 0.0; + image.normal: "00_winset_tabbar_press_top.png"; + image.border: 2 2 2 3; + } + description{ + state: "focused" 0.0; + image.normal: "00_winset_tabbar_focus.png"; + image.border: 2 2 2 3; + } + } + } + } + + group{ + name: "elm/controlbar/item_bg_move/top"; + inherit: "elm/controlbar/item_bg_move/default"; + + parts{ + part{ + name: "selected_box"; + description{ + state: "default" 0.0; + image.normal: "00_winset_tabbar_focus.png"; + image.border: 2 2 2 3; + } + } + } + } + group{ name: "elm/controlbar/base/navigationbar"; @@ -958,7 +1049,7 @@ rel1 {relative: 0.0 0.07; offset: 3 0;} rel2 {relative: 1.0 0.93; offset: -3 0;} image.normal: "00_winset_toolbar_press.png"; - image.border: 2 2 2 2; + image.border: 3 3 3 3; visible: 1; } } @@ -1451,7 +1542,7 @@ rel1 {relative: 0.0 0.07; offset: 3 0;} rel2 {relative: 1.0 0.93; offset: -3 0;} image.normal: "00_winset_toolbar_press.png"; - image.border: 2 2 2 2; + image.border: 3 3 3 3; visible: 1; } } diff --git a/themes/images/nbeat-black-hd/00_winset_control_tabbar_left_bg.png b/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_left.png Binary files differindex 51a7f80a..51a7f80a 100755 --- a/themes/images/nbeat-black-hd/00_winset_control_tabbar_left_bg.png +++ b/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_left.png diff --git a/themes/images/nbeat-black-hd/00_winset_control_tabbar_right_bg.png b/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_right.png Binary files differindex 4a08d756..4a08d756 100755 --- a/themes/images/nbeat-black-hd/00_winset_control_tabbar_right_bg.png +++ b/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_right.png diff --git a/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_top.png b/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_top.png Binary files differnew file mode 100644 index 00000000..386fc3d6 --- /dev/null +++ b/themes/images/nbeat-black-hd/00_winset_control_tabbar_bg_top.png diff --git a/themes/images/nbeat-black-hd/00_winset_tabbar_press_top.png b/themes/images/nbeat-black-hd/00_winset_tabbar_press_top.png Binary files differnew file mode 100644 index 00000000..28d74b6e --- /dev/null +++ b/themes/images/nbeat-black-hd/00_winset_tabbar_press_top.png diff --git a/themes/images/nbeat-black/00_winset_control_tabbar_left_bg.png b/themes/images/nbeat-black/00_winset_control_tabbar_bg_left.png Binary files differindex 51a7f80a..51a7f80a 100755 --- a/themes/images/nbeat-black/00_winset_control_tabbar_left_bg.png +++ b/themes/images/nbeat-black/00_winset_control_tabbar_bg_left.png diff --git a/themes/images/nbeat-black/00_winset_control_tabbar_right_bg.png b/themes/images/nbeat-black/00_winset_control_tabbar_bg_right.png Binary files differindex 4a08d756..4a08d756 100755 --- a/themes/images/nbeat-black/00_winset_control_tabbar_right_bg.png +++ b/themes/images/nbeat-black/00_winset_control_tabbar_bg_right.png diff --git a/themes/images/nbeat-black/00_winset_control_tabbar_bg_top.png b/themes/images/nbeat-black/00_winset_control_tabbar_bg_top.png Binary files differnew file mode 100644 index 00000000..3cee6338 --- /dev/null +++ b/themes/images/nbeat-black/00_winset_control_tabbar_bg_top.png diff --git a/themes/images/nbeat-black/00_winset_tabbar_focus.png b/themes/images/nbeat-black/00_winset_tabbar_focus.png Binary files differindex edcb3947..4939d61e 100755 --- a/themes/images/nbeat-black/00_winset_tabbar_focus.png +++ b/themes/images/nbeat-black/00_winset_tabbar_focus.png diff --git a/themes/images/nbeat-black/00_winset_tabbar_press_top.png b/themes/images/nbeat-black/00_winset_tabbar_press_top.png Binary files differnew file mode 100644 index 00000000..a674a258 --- /dev/null +++ b/themes/images/nbeat-black/00_winset_tabbar_press_top.png diff --git a/themes/images/nbeat-black/00_winset_toolbar_press.png b/themes/images/nbeat-black/00_winset_toolbar_press.png Binary files differindex 172f6661..a7ee03d5 100755 --- a/themes/images/nbeat-black/00_winset_toolbar_press.png +++ b/themes/images/nbeat-black/00_winset_toolbar_press.png diff --git a/themes/images/nbeat-hd/00_winset_control_tabbar_left_bg.png b/themes/images/nbeat-hd/00_winset_control_tabbar_bg_left.png Binary files differindex e0b85ded..e0b85ded 100755 --- a/themes/images/nbeat-hd/00_winset_control_tabbar_left_bg.png +++ b/themes/images/nbeat-hd/00_winset_control_tabbar_bg_left.png diff --git a/themes/images/nbeat-hd/00_winset_control_tabbar_right_bg.png b/themes/images/nbeat-hd/00_winset_control_tabbar_bg_right.png Binary files differindex 82aed6f3..82aed6f3 100755 --- a/themes/images/nbeat-hd/00_winset_control_tabbar_right_bg.png +++ b/themes/images/nbeat-hd/00_winset_control_tabbar_bg_right.png diff --git a/themes/images/nbeat-hd/00_winset_control_tabbar_bg_top.png b/themes/images/nbeat-hd/00_winset_control_tabbar_bg_top.png Binary files differnew file mode 100644 index 00000000..9964a82b --- /dev/null +++ b/themes/images/nbeat-hd/00_winset_control_tabbar_bg_top.png diff --git a/themes/images/nbeat-hd/00_winset_tabbar_focus.png b/themes/images/nbeat-hd/00_winset_tabbar_focus.png Binary files differindex 50c60b54..5b8de588 100755 --- a/themes/images/nbeat-hd/00_winset_tabbar_focus.png +++ b/themes/images/nbeat-hd/00_winset_tabbar_focus.png diff --git a/themes/images/nbeat-hd/00_winset_tabbar_press_top.png b/themes/images/nbeat-hd/00_winset_tabbar_press_top.png Binary files differnew file mode 100644 index 00000000..79e6a2eb --- /dev/null +++ b/themes/images/nbeat-hd/00_winset_tabbar_press_top.png diff --git a/themes/images/nbeat-hd/00_winset_toolbar_press.png b/themes/images/nbeat-hd/00_winset_toolbar_press.png Binary files differindex 25ba4534..e04d8850 100755 --- a/themes/images/nbeat-hd/00_winset_toolbar_press.png +++ b/themes/images/nbeat-hd/00_winset_toolbar_press.png diff --git a/themes/images/nbeat/00_winset_control_tabbar_left_bg.png b/themes/images/nbeat/00_winset_control_tabbar_bg_left.png Binary files differindex e0b85ded..e0b85ded 100755 --- a/themes/images/nbeat/00_winset_control_tabbar_left_bg.png +++ b/themes/images/nbeat/00_winset_control_tabbar_bg_left.png diff --git a/themes/images/nbeat/00_winset_control_tabbar_right_bg.png b/themes/images/nbeat/00_winset_control_tabbar_bg_right.png Binary files differindex 82aed6f3..82aed6f3 100755 --- a/themes/images/nbeat/00_winset_control_tabbar_right_bg.png +++ b/themes/images/nbeat/00_winset_control_tabbar_bg_right.png diff --git a/themes/images/nbeat/00_winset_control_tabbar_bg_top.png b/themes/images/nbeat/00_winset_control_tabbar_bg_top.png Binary files differnew file mode 100644 index 00000000..6e0e0a38 --- /dev/null +++ b/themes/images/nbeat/00_winset_control_tabbar_bg_top.png diff --git a/themes/images/nbeat/00_winset_tabbar_focus.png b/themes/images/nbeat/00_winset_tabbar_focus.png Binary files differindex 50c60b54..5b8de588 100755 --- a/themes/images/nbeat/00_winset_tabbar_focus.png +++ b/themes/images/nbeat/00_winset_tabbar_focus.png diff --git a/themes/images/nbeat/00_winset_tabbar_press_top.png b/themes/images/nbeat/00_winset_tabbar_press_top.png Binary files differnew file mode 100644 index 00000000..f1b994ea --- /dev/null +++ b/themes/images/nbeat/00_winset_tabbar_press_top.png diff --git a/themes/images/nbeat/00_winset_toolbar_press.png b/themes/images/nbeat/00_winset_toolbar_press.png Binary files differindex 25ba4534..e04d8850 100755 --- a/themes/images/nbeat/00_winset_toolbar_press.png +++ b/themes/images/nbeat/00_winset_toolbar_press.png |