[popup] Added a block_event style for not passing event.
authorAmit Kamboj <amit.kamboj@samsung.com>
Tue, 4 Jun 2013 08:27:29 +0000 (13:57 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:37:41 +0000 (20:37 +0900)
Change-Id: I61f37c0587b25b6df87ecd6f0eece31370b00454

themes/widgets/popup.edc

index 0cc6916..f6cf646 100644 (file)
@@ -39,6 +39,7 @@ group { name: "elm/notify/center/popup";
    alias: "elm/notify/center/content_expand";
    alias: "elm/notify/center/content_no_vhpad";
    alias: "elm/notify/center/dimrect";
+   alias: "elm/notify/center/indicator_norepeatevent";
    parts {
       part { name: "base";
          type: RECT;
@@ -342,6 +343,32 @@ group { name: "elm/notify/block_events/popup";
    }
 }
 
+group { name: "elm/notify/block_events/indicator_norepeatevent";
+   inherit: "elm/notify/block_events/popup";
+   parts {
+      part { name: "popup_indicator";
+         type: RECT;
+         scale: 1;
+         repeat_events: 0;
+         description {  state: "default" 0.0;
+            fixed: 0 1;
+            align: 0.5 0.0;
+            min: 0 LAYOUT_INDICATOR_HEIGHT_INC;
+            rel2.relative: 1.0 0.0;
+            color: POPUP_DIM_BG_DEFAULT_COLOR_INC;
+         }
+         description { state: "show" 0.0;
+            inherit: "default" 0.0;
+            color: POPUP_DIM_BG_COLOR_INC;
+         }
+         description { state: "clicked" 0.0;
+            inherit: "default" 0.0;
+            color: POPUP_DIM_BG_COLOR_INC;
+         }
+      }
+   }
+}
+
 group { name: "elm/notify/block_events/transparent";
    alias: "elm/notify/block_events/verticalbuttonstyle_transparent";
    alias: "elm/notify/block_events/menustyle_transparent";
@@ -378,6 +405,24 @@ group { name: "elm/notify/block_events/transparent";
    }
 }
 
+group { name: "elm/notify/block_events/indicator_norepeatevent_transparent";
+   inherit: "elm/notify/block_events/transparent";
+   parts {
+      part {name: "popup_indicator";
+         type: RECT;
+         scale: 1;
+         repeat_events: 0;
+         description {  state: "default" 0.0;
+            fixed: 0 1;
+            align: 0.5 0.0;
+            min: 0 LAYOUT_INDICATOR_HEIGHT_INC;
+            rel2.relative: 1.0 0.0;
+            color: POPUP_DIM_BG_TRANS_COLOR_INC;
+         }
+      }
+   }
+}
+
 group { name: "elm/notify/block_events/dimrect";
    inherit: "elm/notify/block_events/transparent";
    parts {
@@ -443,6 +488,7 @@ group { name: "elm/popup/base/default";
    alias: "elm/popup/base/customstyle_transparent";
    alias: "elm/popup/base/liststyle";
    alias: "elm/popup/base/menustyle";
+   alias: "elm/popup/base/indicator_norepeatevent";
    images {
       image: "00_popup_bg.png" COMP;
    }
@@ -974,6 +1020,7 @@ group { name: "elm/popup/content/default";
    alias: "elm/popup/content/transparent";
    alias: "elm/popup/content/customstyle";
    alias: "elm/popup/content/customstyle_transparent";
+   alias: "elm/popup/content/indicator_norepeatevent";
    parts{
       part { name: "pad_t";
          type: SPACER;