summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/conform.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/default/edc/elm/conform.edc')
-rw-r--r--data/themes/default/edc/elm/conform.edc53
1 files changed, 53 insertions, 0 deletions
diff --git a/data/themes/default/edc/elm/conform.edc b/data/themes/default/edc/elm/conform.edc
new file mode 100644
index 0000000..373d41d
--- /dev/null
+++ b/data/themes/default/edc/elm/conform.edc
@@ -0,0 +1,53 @@
+group { name: "elm/conformant/base/default";
+ parts {
+ part { name: "elm.swallow.indicator";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ fixed: 0 1;
+ align: 0.0 0.0;
+ rel2.relative: 1.0 0.0;
+ }
+ }
+ part { name: "elm.swallow.content";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ fixed: 0 1;
+ align: 0.5 0.5;
+ rel1.relative: 0.0 1.0;
+ rel1.to_y: "elm.swallow.indicator";
+ rel2.relative: 1.0 0.0;
+ rel2.to_y: "elm.swallow.clipboard";
+ }
+ }
+ part { name: "elm.swallow.clipboard";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ fixed: 0 1;
+ align: 0.0 1.0;
+ rel1.relative: 0.0 0.0;
+ rel1.to_y: "elm.swallow.virtualkeypad";
+ rel2.relative: 1.0 0.0;
+ rel2.to_y: "elm.swallow.virtualkeypad";
+ }
+ }
+ part { name: "elm.swallow.virtualkeypad";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ fixed: 0 1;
+ align: 0.0 1.0;
+ rel1.relative: 0.0 0.0;
+ rel1.to_y: "elm.swallow.softkey";
+ rel2.relative: 1.0 0.0;
+ rel2.to_y: "elm.swallow.softkey";
+ }
+ }
+ part { name: "elm.swallow.softkey";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ fixed: 0 1;
+ align: 0.0 1.0;
+ rel1.relative: 0.0 1.0;
+ }
+ }
+ }
+}