aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/themes/widgets/conformant.edc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/elementary/data/themes/widgets/conformant.edc53
1 files changed, 53 insertions, 0 deletions
diff --git a/libraries/elementary/data/themes/widgets/conformant.edc b/libraries/elementary/data/themes/widgets/conformant.edc
new file mode 100644
index 0000000..373d41d
--- /dev/null
+++ b/libraries/elementary/data/themes/widgets/conformant.edc
@@ -0,0 +1,53 @@
1group { name: "elm/conformant/base/default";
2 parts {
3 part { name: "elm.swallow.indicator";
4 type: SWALLOW;
5 description { state: "default" 0.0;
6 fixed: 0 1;
7 align: 0.0 0.0;
8 rel2.relative: 1.0 0.0;
9 }
10 }
11 part { name: "elm.swallow.content";
12 type: SWALLOW;
13 description { state: "default" 0.0;
14 fixed: 0 1;
15 align: 0.5 0.5;
16 rel1.relative: 0.0 1.0;
17 rel1.to_y: "elm.swallow.indicator";
18 rel2.relative: 1.0 0.0;
19 rel2.to_y: "elm.swallow.clipboard";
20 }
21 }
22 part { name: "elm.swallow.clipboard";
23 type: SWALLOW;
24 description { state: "default" 0.0;
25 fixed: 0 1;
26 align: 0.0 1.0;
27 rel1.relative: 0.0 0.0;
28 rel1.to_y: "elm.swallow.virtualkeypad";
29 rel2.relative: 1.0 0.0;
30 rel2.to_y: "elm.swallow.virtualkeypad";
31 }
32 }
33 part { name: "elm.swallow.virtualkeypad";
34 type: SWALLOW;
35 description { state: "default" 0.0;
36 fixed: 0 1;
37 align: 0.0 1.0;
38 rel1.relative: 0.0 0.0;
39 rel1.to_y: "elm.swallow.softkey";
40 rel2.relative: 1.0 0.0;
41 rel2.to_y: "elm.swallow.softkey";
42 }
43 }
44 part { name: "elm.swallow.softkey";
45 type: SWALLOW;
46 description { state: "default" 0.0;
47 fixed: 0 1;
48 align: 0.0 1.0;
49 rel1.relative: 0.0 1.0;
50 }
51 }
52 }
53}