set background color to home, user and recent edc
[profile/tv/apps/native/air_home.git] / edje / view / user.edc
index b7a8c1e..5e6f7d6 100644 (file)
@@ -19,6 +19,15 @@ group {
        name, GRP_USER;
        parts {
                part {
+                       name, "bg";
+                       type, RECT;
+                       scale, 1;
+                       description {
+                               state, "default" 0.0;
+                               color, 0 0 0 150;
+                       }
+               }
+               part {
                        name, "pad.text";
                        type, RECT;
                        scale, 1;
@@ -126,17 +135,22 @@ group {
                        signal, SIG_SHOW;
                        source, SRC_PROG;
                        action, STATE_SET "show" 0.0;
-                       transition, DECEL 0.3;
+                       transition, TRANSITION_DECEL;
                        target, "clip";
                        target, PART_USER_BAR;
                        target, "text";
+                       after, "sig,show,done";
+               }
+               program {
+                       name, "sig,show,done";
+                       action, SIGNAL_EMIT SIG_SHOW_DONE SRC_EDJE;
                }
                program {
                        name, "sig,hide";
                        signal, SIG_HIDE;
                        source, SRC_PROG;
                        action, STATE_SET "default" 0.0;
-                       transition, DECEL 0.3;
+                       transition, TRANSITION_DECEL;
                        target, "clip";
                        target, PART_USER_BAR;
                        target, "text";
@@ -349,7 +363,7 @@ group {
        programs {
                program {
                        name, "sig,show,arrow";
-                       signal, SIG_FOCUS;
+                       signal, SIG_SHOW_ARROW;
                        source, SRC_PROG;
                        action, STATE_SET "focus";
                        target, "text";
@@ -357,7 +371,7 @@ group {
                }
                program {
                        name, "sig,hide,arrow";
-                       signal, SIG_UNFOCUS;
+                       signal, SIG_HIDE_ARROW;
                        source, SRC_PROG;
                        action, STATE_SET "default";
                        target, "text";