From 8e5d19fa933195953bf416707d61cb559221b944 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 22 Jun 2011 21:16:38 +0900 Subject: [PATCH] [popup] add border to title bg, and modify liststyle on nbeat-black Change-Id: Ibfc4119f9190600b4cf1663b01510dfcaef0c478 --- themes/groups/popup.edc | 46 ++++++++++++++---------- themes/images/nbeat-black/00_popup_title_bg.png | Bin 163 -> 259 bytes 2 files changed, 28 insertions(+), 18 deletions(-) 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 22e36515edbe7ccaa8e3aa6f19b64608d8fa424c..b119b70ba70dde30c603a790d5bda3ca0e976cdf 100644 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&k#^NA%Cx&(BWL^R}Y)RhkE)4%c zaKYZ?lYt_f1s;*b3=G`DAk4@xYmNj^kiEpy*OmP?n;5sMRQT=M%Rr%KPZ!4!jq}MO zLX#6T<{Gp=e0X|0&yR*ZI}Du59l4l`|Gt^Z^J&#A9)5Y-L#rL{Uzp)|{LHLI*Pu8~ zwQuto?GvU<2~SE$N=;5y5Zkb6qoIM}1dg`Ww)yt^gxCIf-v6G*=lZ!h3Q>o@7B82O xu-sWGQ52VJLn>}1{rUgj-uYRJtGk4RgigbZnT$;Tm_ByCWGys1 zqt7~}kJ&QJ;mnZ+28C^Rt_h3V&RAeo$jGh6#*|>7!N6g_pykLH^lts)uRsGCJYD@< J);T3K0RXO4GGzb& -- 2.7.4