elementary/conformant - Fixed to keypad area not be full sized if it's not exist.
[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             rel1.relative: 0.0 0.0;
37             rel1.to_y: "elm.swallow.softkey";
38             rel2.relative: 1.0 0.0;
39             rel2.to_y: "elm.swallow.softkey";
40          }
41       }
42       part { name: "elm.swallow.softkey";
43          type: SWALLOW;
44          description { state: "default" 0.0;
45             fixed: 0 1;
46             align: 0.0 1.0;
47             rel1.relative: 0.0 1.0;
48          }
49       }
50    }
51 }