Background image of TV profile
[profile/tv/apps/native/air_livetv.git] / data / view / error.edc
index 18d4bf6..044034f 100644 (file)
@@ -18,6 +18,9 @@
 
 group {
        name, GRP_VIEW_ERROR;
+       images {
+               image, "background.jpg" COMP;
+       }
        parts {
                part {
                        name, "bg";
@@ -29,6 +32,27 @@ group {
                        }
                }
                part {
+                       name, "part.bgimage";
+                       type, IMAGE;
+                       scale, 1;
+                       description {
+                               state, "default" 0.0;
+                               image.normal, "background.jpg";
+                               rel1 {
+                                       to, "bg";
+                                       relative, 0.0 0.0;
+                               }
+                               rel2 {
+                                       to, "bg";
+                                       relative, 1.0 1.0;
+                               }
+                               visible, 1;
+                               min, 1920 1080;
+                               align, 0.0 0.0;
+                               fixed, 1 1;
+                       }
+               }
+               part {
                        name, "part.error";
                        type, RECT;
                        scale, 1;
@@ -59,6 +83,7 @@ group {
                                        min, 0 36;
                                        align, 0.5 0.0;
                                        fixed, 1 1;
+                                       visible, 0;
                                }
                        }
                        part {
@@ -79,6 +104,7 @@ group {
                                        min, 0 48;
                                        align, 0.5 1.0;
                                        fixed, 1 1;
+                                       visible, 0;
                                }
                        }
                }