65cabeaa475ffdfd8c7f31662649442ca2d3e2fa
[framework/uifw/elementary.git] / data / themes / widgets / conformant.edc
1 group { 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.virtualkeypad";
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             rel2.relative: 1.0 0.0;
28             rel2.to_y: "elm.swallow.softkey";
29          }
30       }
31       part { name: "elm.swallow.virtualkeypad";
32          type: SWALLOW;
33          description { state: "default" 0.0;
34             fixed: 0 1;
35             align: 0.0 1.0;
36             rel2.relative: 1.0 0.0;
37             rel2.to_y: "elm.swallow.softkey";
38          }
39       }
40       part { name: "elm.swallow.softkey";
41          type: SWALLOW;
42          description { state: "default" 0.0;
43             fixed: 0 1;
44             align: 0.0 1.0;
45             rel1.relative: 0.0 1.0;
46          }
47       }
48    }
49 }