From: Shinwoo Kim Date: Wed, 22 Jun 2011 12:16:38 +0000 (+0900) Subject: [popup] add border to title bg, and modify liststyle on nbeat-black X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~723^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e5d19fa933195953bf416707d61cb559221b944;p=profile%2Fivi%2Fefl-theme-tizen.git [popup] add border to title bg, and modify liststyle on nbeat-black Change-Id: Ibfc4119f9190600b4cf1663b01510dfcaef0c478 --- diff --git a/themes/groups/popup.edc b/themes/groups/popup.edc index b561be6..f8e6d0f 100644 --- a/themes/groups/popup.edc +++ b/themes/groups/popup.edc @@ -219,7 +219,7 @@ group { name: "elm/popup/base/default"; align: 0.5 0.0; visible: 0; image.normal: "00_popup_title_bg.png"; - image.border: 2 2 2 0; + image.border: 3 3 3 3; image.border_scale: 1; rel1 { relative: 0.5 0.0; @@ -574,7 +574,7 @@ group { name: "elm/popup/base/verticalbuttonstyle"; align: 0.5 0.0; visible: 0; image.normal: "00_popup_title_bg.png"; - image.border: 2 2 2 0; + image.border: 3 3 3 3; image.border_scale: 1; rel1 { relative: 0.5 0.0; @@ -935,34 +935,44 @@ group { name: "elm/popup/content/menustyle"; group { name: "elm/popup/content/liststyle"; parts{ - part { name: "pad_t"; + part { name: "left_top_padding"; type: RECT; + scale: 1; + description { state: "default" 0.0; + fixed: 1 1; + visible: 0; + align: 0.0 0.0; + min: 3 3; + max: 3 3; + } + } + part{ name:"elm.swallow.content"; + type: SWALLOW; scale : 1; - mouse_events: 0; - repeat_events: 1; description { state: "default" 0.0; - align: 0.5 0.0; - min: 0 5; - fixed: 0 1; - color: 0 0 0 0; + min: 394 320; + align: 0.5 0.5; + fixed: 1 0; rel1 { - relative: 0.0 0.0; + relative: 1.0 1.0; + to:"left_top_padding"; } rel2 { - relative: 0.0 0.0; + relative: 0.0 1.0; + to:"right_padding"; } } } - - part{ name:"elm.swallow.content"; - type: SWALLOW; - scale : 1; + part { name: "right_padding"; + type: RECT; + scale: 1; description { state: "default" 0.0; - min: 400 420; - align: 0.5 0.5; fixed: 1 0; + visible: 0; + align: 1.0 0.5; + min: 3 0; rel1 { - relative: 0.0 1.0; to:"pad_t"; + relative: 1.0 0.0; } rel2 { relative: 1.0 1.0; diff --git a/themes/images/nbeat-black/00_popup_title_bg.png b/themes/images/nbeat-black/00_popup_title_bg.png index 22e3651..b119b70 100644 Binary files a/themes/images/nbeat-black/00_popup_title_bg.png and b/themes/images/nbeat-black/00_popup_title_bg.png differ