From 3259ad073747e903c28f36b53a01987a7082a1f5 Mon Sep 17 00:00:00 2001 From: Amit Kamboj Date: Tue, 4 Jun 2013 13:57:29 +0530 Subject: [PATCH] [popup] Added a block_event style for not passing event. Change-Id: I61f37c0587b25b6df87ecd6f0eece31370b00454 --- themes/widgets/popup.edc | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 0cc6916..f6cf646 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -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; -- 2.7.4