From: Rajeev Ranjan Date: Mon, 21 May 2012 11:54:56 +0000 (+0530) Subject: [Popup] Added implementation of popup content for content_expand style to be used... X-Git-Tag: 2.0_alpha~123^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc3003591653eccb836a1d0650fa41adfd18848c;p=framework%2Fuifw%2Fefl-theme-tizen.git [Popup] Added implementation of popup content for content_expand style to be used for popup expanding in both direction. Change-Id: I5907ba2a5c754228618d93724d9413d3b8cfe9ea --- diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 80eb36c..b82b8f4 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -202,6 +202,7 @@ group { name: "elm/notify/block_events/transparent"; group { name: "elm/label/base/popup/default"; alias: "elm/label/base/popup/verticalbuttonstyle"; + alias: "elm/label/base/popup/content_expand"; styles { style { name: "popup_desc_style"; @@ -2779,5 +2780,16 @@ group { name: "elm/popup/item/content_expand"; } } +group { name: "elm/popup/content/content_expand"; + parts{ + part{ name:"elm.swallow.content"; + type: SWALLOW; + scale : 1; + description { state: "default" 0.0; + } + } + } +} + #undef POPUP_ITEM_STATE_ENABLED #undef POPUP_ITEM_STATE_DISABLED