summaryrefslogtreecommitdiff
path: root/tests/ugmyfiletestapp/edj/layoutedj.edc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ugmyfiletestapp/edj/layoutedj.edc')
-rw-r--r--tests/ugmyfiletestapp/edj/layoutedj.edc66
1 files changed, 66 insertions, 0 deletions
diff --git a/tests/ugmyfiletestapp/edj/layoutedj.edc b/tests/ugmyfiletestapp/edj/layoutedj.edc
new file mode 100644
index 0000000..4705c2b
--- /dev/null
+++ b/tests/ugmyfiletestapp/edj/layoutedj.edc
@@ -0,0 +1,66 @@
+collections
+{
+
+ group
+ {
+ name: "mylayout";
+
+ data
+ {
+ item: "title" "Layout ug test";
+ }
+
+ parts
+ {
+ part
+ {
+ name: "title";
+ type: TEXT;
+
+ description
+ {
+ state: "default" 0.0;
+ color: 0 0 0 255;
+ rel1
+ {
+ relative: 0.0 0.0;
+ }
+ rel2
+ {
+ relative: 0.2 1.0;
+ }
+ text
+ {
+ text: "bla";
+ size: 16;
+ font: "sans";
+ min: 1 1;
+ }
+ }
+ }
+
+ part
+ {
+ name: "custom";
+ type: SWALLOW;
+
+ description
+ {
+ state: "default" 0.0;
+ fixed: 1 1;
+
+ rel1
+ {
+ relative: 0.0 0.2;
+ }
+ rel2
+ {
+ relative: 1.0 1.0;
+ }
+ }
+ } // example/custom
+
+
+ }
+ }
+} \ No newline at end of file