f5205f487268f9552409779ad93843a3cea07f8f
[apps/native/sample/adventure.git] / res / edje / ui_manager.edc
1 collections {
2         group {
3                 name: "main";
4                 parts {
5                         part {
6                                 name: "bg";
7                                 type: SPACER;
8                                 description {
9                                         state: "default" 0.0;
10                                         rel1 { relative: 0.0 0.0; }
11                                         rel2 { relative: 1.0 1.0; }
12                                 }
13                         }
14                         part {
15                                 name: "content";
16                                 type: SWALLOW;
17                                 description {
18                                         rel1 { relative: 0.0 0.0; to: "bg"; }
19                                         rel2 { relative: 1.0 1.0; to: "bg"; }
20                                         align: 0.5 0.5;
21                                         visible: 1;
22                                 }
23                         }
24                         part {
25                                 name: "popup";
26                                 type: SWALLOW;
27                                 description {
28                                         rel1 { relative: 0.5 0.5; to: "bg"; }
29                                         rel2 { relative: 0.5 0.5; to: "bg"; }
30                                         align: 0.5 0.5;
31                                         visible: 1;
32                                 }
33                         }
34                 }
35         }
36 }