[popup] Added a new style for popup in which dim rectangle does not have any effect.
authorAmit Kamboj <amit.kamboj@samsung.com>
Mon, 6 May 2013 09:04:17 +0000 (14:34 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:14:25 +0000 (20:14 +0900)
Change-Id: If7317bfd2878574ea28868a526e982fb401c76bf

themes/widgets/popup.edc

index cff521f..576b31f 100644 (file)
@@ -38,6 +38,7 @@ group { name: "elm/notify/center/popup";
    alias: "elm/notify/center/volumebarstyle_text";
    alias: "elm/notify/center/content_expand";
    alias: "elm/notify/center/content_no_vhpad";
+   alias: "elm/notify/center/dimrect";
    parts {
       part { name: "base";
          type: RECT;
@@ -330,6 +331,21 @@ group { name: "elm/notify/block_events/transparent";
    }
 }
 
+group { name: "elm/notify/block_events/dimrect";
+   inherit: "elm/notify/block_events/transparent";
+   parts {
+      part { name: "block_events";
+         type: RECT;
+         description { state: "default" 0.0;
+            color: POPUP_DIM_BG_COLOR_INC;
+         }
+         description { state: "clicked" 0.0;
+            color: POPUP_DIM_BG_COLOR_INC;
+         }
+      }
+   }
+}
+
 group { name: "elm/label/base/popup/default";
    alias: "elm/label/base/popup/content_expand";
    alias: "elm/label/base/popup/transparent";