use elm,action,click in notify like all other widgets
[framework/uifw/elementary.git] / data / themes / widgets / conformant.edc
1 group { name: "elm/conformant/base/default";
2    parts {
3       part { name: "elm.swallow.shelf";
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.shelf";
18             rel2.relative: 1.0 0.0;
19             rel2.to_y: "elm.swallow.virtualkeypad";
20          }
21       }
22       part { name: "elm.swallow.virtualkeypad";
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.panel";
29          }
30       }
31       part { name: "elm.swallow.panel";
32          type: SWALLOW;
33          description { state: "default" 0.0;
34             fixed: 0 1;
35             align: 0.0 1.0;
36             rel1.relative: 0.0 1.0;
37          }
38       }
39    }
40 }