summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/yalp_gui_desktop.edc
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2010-08-19 14:46:44 +0200
committerManuel Traut <manut@mecka.net>2010-08-19 14:46:44 +0200
commitbccb1cf82542d61af0c54f62e78214c26e7e5528 (patch)
tree720fe8523d7e5980c9ac604f6af01e4e22a07ac5 /src/YalpClients/EflClient/yalp_gui_desktop.edc
parent7af60bd4f737923b81f00fa4b2cee835c563be2b (diff)
eyalp: edje file for desktop and openmoko guiHEADdamba
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui_desktop.edc')
-rwxr-xr-xsrc/YalpClients/EflClient/yalp_gui_desktop.edc214
1 files changed, 214 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui_desktop.edc b/src/YalpClients/EflClient/yalp_gui_desktop.edc
new file mode 100755
index 0000000..a8ede1e
--- /dev/null
+++ b/src/YalpClients/EflClient/yalp_gui_desktop.edc
@@ -0,0 +1,214 @@
+collections
+{
+ group
+ {
+ name: "yalp";
+ min: 800 600;
+ parts
+ {
+ part
+ {
+ name: "main";
+ type: RECT;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ rel1
+ {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+ }
+ }
+
+ part
+ {
+ name: "video";
+ type: SWALLOW;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ aspect: 0.75 1.25;
+ rel1
+ {
+ relative: 0.35 0.0;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part
+ {
+ name: "searchframe";
+ type: RECT;
+ mouse_events: 1;
+
+ description
+ {
+ state: "default" 0.0;
+ align: 0 0;
+ color: 30 89 114 175;
+
+ rel1
+ {
+ relative: 0.0 0.0;
+ offset: 0 0;
+
+ }
+ rel2
+ {
+ relative: 0.35 0.2;
+ offset: -1 -1;
+ }
+ }
+ }
+
+ part
+ {
+ name: "medialist";
+ type: SWALLOW;
+ mouse_events: 1;
+
+ description
+ {
+ state: "default" 0.0;
+ align: 0 0;
+ color: 30 89 114 150;
+
+ rel1
+ {
+ relative: 0.0 0.2;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.35 1.0;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part
+ {
+ name: "find_buttonframe";
+ type: SWALLOW;
+ mouse_events: 1;
+
+ description
+ {
+ state: "default" 0.0;
+ color: 211 168 234 255;
+
+ rel1
+ {
+ relative: 0.25 0.07;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.33 0.13;
+ offset: -1 -1;
+ }
+ }
+ }
+
+ part
+ {
+ name: "medialist_buttonframe";
+ type: SWALLOW;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ color: 30 89 114 175;
+ rel1
+ {
+ relative: 0.02 0.85;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.1 0.9;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part
+ {
+ name: "stop_buttonframe";
+ type: SWALLOW;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ color: 30 89 114 175;
+ rel1
+ {
+ relative: 0.12 0.85;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.2 0.9;
+ offset: 0 0;
+ }
+ }
+ }
+ part
+ {
+ name: "pause_buttonframe";
+ type: SWALLOW;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ color: 30 89 114 175;
+ rel1
+ {
+ relative: 0.22 0.85;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.3 0.9;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part
+ {
+ name: "searcharea";
+ type: SWALLOW;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ color: 80 30 114 175;
+ rel1
+ {
+ relative: 0.05 0.1;
+ }
+ rel2
+ {
+ relative: 0.2 0.12;
+ }
+ }
+ }
+ }
+ }
+}