From: Goun Lee Date: Fri, 7 Oct 2011 06:57:19 +0000 (+0900) Subject: [elm_multibuttonentry]Changed UX:Added buttonto close expanded box X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~487^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8700e52d9b2f586a4bdbb7eaca7d6ca8d79377ca;p=profile%2Fivi%2Fefl-theme-tizen.git [elm_multibuttonentry]Changed UX:Added buttonto close expanded box --- diff --git a/themes/groups/multibuttonentry.edc b/themes/groups/multibuttonentry.edc index 3ce9de9..8ceca59 100644 --- a/themes/groups/multibuttonentry.edc +++ b/themes/groups/multibuttonentry.edc @@ -332,6 +332,7 @@ image: "00_mbe_btn_circle_bg_press.png" COMP; image: "00_mbe_btn_expand_closed.png" COMP; image: "00_mbe_btn_expand_closed_press.png" COMP; + image: "00_mbe_btn_expand_opened.png" COMP; } data.item: "closed_button_height" MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE; data.item: "closed_button_width" MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE; @@ -356,6 +357,11 @@ inherit: "default" 0.0; image.normal: "00_mbe_btn_circle_bg_press.png"; } + description { + state: "closed" 0.0; + inherit: "default" 0.0; + image.normal: "00_mbe_btn_circle_bg_normal.png"; + } } part { name: "closed_button"; @@ -367,7 +373,7 @@ align: 0.5 0.5; min: MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE; visible: 1; - image.normal: "00_mbe_btn_expand_closed.png"; + image.normal: "00_mbe_btn_expand_opened.png"; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } } @@ -376,6 +382,11 @@ inherit: "default" 0.0; image.normal: "00_mbe_btn_expand_closed_press.png"; } + description { + state: "closed" 0.0; + inherit: "default" 0.0; + image.normal: "00_mbe_btn_expand_closed.png"; + } } } @@ -396,6 +407,13 @@ target: "closed_button_bg"; target: "closed_button"; } + program { + name: "closed"; + signal: "closed"; + action: STATE_SET "closed" 0.0; + target: "closed_button_bg"; + target: "closed_button"; + } } } diff --git a/themes/images/nbeat-black-hd/00_mbe_btn_expand_opened.png b/themes/images/nbeat-black-hd/00_mbe_btn_expand_opened.png new file mode 100755 index 0000000..9d89e65 Binary files /dev/null and b/themes/images/nbeat-black-hd/00_mbe_btn_expand_opened.png differ diff --git a/themes/images/nbeat-black/00_mbe_btn_expand_opened.png b/themes/images/nbeat-black/00_mbe_btn_expand_opened.png new file mode 100755 index 0000000..6946bf7 Binary files /dev/null and b/themes/images/nbeat-black/00_mbe_btn_expand_opened.png differ diff --git a/themes/images/nbeat-hd/00_mbe_btn_expand_opened.png b/themes/images/nbeat-hd/00_mbe_btn_expand_opened.png new file mode 100755 index 0000000..ca1208d Binary files /dev/null and b/themes/images/nbeat-hd/00_mbe_btn_expand_opened.png differ diff --git a/themes/images/nbeat/00_mbe_btn_expand_opened.png b/themes/images/nbeat/00_mbe_btn_expand_opened.png new file mode 100755 index 0000000..b821e01 Binary files /dev/null and b/themes/images/nbeat/00_mbe_btn_expand_opened.png differ