From: Sungtaek Hong Date: Fri, 6 Jan 2017 07:53:21 +0000 (+0900) Subject: theme: add notify styles for align X-Git-Tag: accepted/tizen/mobile/20170110.081024~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3def522a147174bdce30c596ba3b1e4b21dbfcb;p=platform%2Fcore%2Fcsapi%2Felm-sharp.git theme: add notify styles for align Change-Id: I68c830fa046af36b1fcd544bf51d9cd50312f876 Signed-off-by: Sungtaek Hong --- diff --git a/ElmSharp/theme/tv/widgets/popup.edc b/ElmSharp/theme/tv/widgets/popup.edc index 2138bba..edf5c10 100644 --- a/ElmSharp/theme/tv/widgets/popup.edc +++ b/ElmSharp/theme/tv/widgets/popup.edc @@ -44,6 +44,15 @@ // notify group { name: "elm/notify/center/popup/default"; alias: "elm/notify/bottom/popup/default"; + alias: "elm/notify/top/popup/default"; + alias: "elm/notify/left/popup/default"; + alias: "elm/notify/right/popup/default"; + alias: "elm/notify/top_left/popup/default"; + alias: "elm/notify/top_right/popup/default"; + alias: "elm/notify/bottom_left/popup/default"; + alias: "elm/notify/bottom_right/popup/default"; + + data.item: "hide_finished_signal" "on"; parts { part { name: "base"; type: SPACER; @@ -66,6 +75,26 @@ group { name: "elm/notify/center/popup/default"; } } } + programs { + /* Program for show animation */ + program { "show_animation"; + signal: "elm,state,show,animation"; + source: "elm"; + action: SIGNAL_EMIT "elm,action,show,finished" ""; + } + /* Program for show animation */ + program { "show"; + signal: "show"; + source: ""; + action: SIGNAL_EMIT "elm,action,show,finished" ""; + } + /* Program for hide animation */ + program { "hide"; + signal: "elm,state,hide"; + source: "elm"; + action: SIGNAL_EMIT "elm,action,hide,finished" "elm"; + } + } } // popup