summaryrefslogtreecommitdiff
path: root/data/live-tv.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/live-tv.edc')
-rwxr-xr-x[-rw-r--r--]data/live-tv.edc42
1 files changed, 38 insertions, 4 deletions
diff --git a/data/live-tv.edc b/data/live-tv.edc
index 544a84a..c61e167 100644..100755
--- a/data/live-tv.edc
+++ b/data/live-tv.edc
@@ -18,8 +18,42 @@
collections {
base_scale: 2.0;
- #include "view/channelinfo.edc"
- #include "view/channelnumber.edc"
- #include "view/error.edc"
- #include "view/action_menu.edc"
+ group {
+ name, GRP_VIEW_BGIMAGE;
+ images {
+ image, "background.png" COMP;
+ }
+ parts {
+ part {
+ name, "bg";
+ type, RECT;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ color, 244 244 244 255;
+ }
+ }
+ part {
+ name, "part.bgimage";
+ type, IMAGE;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ image.normal, "background.png";
+ 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;
+ }
+ }
+ }
+ }
}