[Popup] Added implementation of popup content for content_expand style to be used...
authorRajeev Ranjan <rajeev.r@samsung.com>
Mon, 21 May 2012 11:54:56 +0000 (17:24 +0530)
committerRajeev Ranjan <rajeev.r@samsung.com>
Mon, 21 May 2012 11:54:56 +0000 (17:24 +0530)
Change-Id: I5907ba2a5c754228618d93724d9413d3b8cfe9ea

themes/widgets/popup.edc

index 80eb36c..b82b8f4 100644 (file)
@@ -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