From 7b075428c5f6bca8940766027ef4b6d73066a5b3 Mon Sep 17 00:00:00 2001 From: Amit Kamboj Date: Mon, 6 May 2013 14:34:17 +0530 Subject: [PATCH] [popup] Added a new style for popup in which dim rectangle does not have any effect. Change-Id: If7317bfd2878574ea28868a526e982fb401c76bf --- themes/widgets/popup.edc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index cff521f..576b31f 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -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"; -- 2.7.4