theme: add notify styles for align
authorSungtaek Hong <sth253.hong@samsung.com>
Fri, 6 Jan 2017 07:53:21 +0000 (16:53 +0900)
committerSungtaek Hong <sth253.hong@samsung.com>
Fri, 6 Jan 2017 07:53:21 +0000 (16:53 +0900)
Change-Id: I68c830fa046af36b1fcd544bf51d9cd50312f876
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
src/ElmSharp/theme/tv/widgets/popup.edc

index 2138bba..edf5c10 100644 (file)
 // 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