tizen 2.4 release
[apps/home/attach-panel.git] / res / edje / page.edc
1 /*
2  * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 collections {
18         base_scale: 1.7;
19         group {
20                 name: "page";
21                 parts {
22                         part {
23                                 name: "bg";
24                                 type: SWALLOW;
25                                 scale: 1;
26                                 mouse_events: 0;
27                                 description {
28                                         state: "default" 0.0;
29                                         rel1 { relative: 0.0 0.0; }
30                                         rel2 { relative: 1.0 1.0; }
31                                         visible: 1;
32                                 }
33                         }
34                         part {
35                                 name: "content";
36                                 type: SWALLOW;
37                                 scale: 1;
38                                 mouse_events: 1;
39                                 description {
40                                         state: "default" 0.0;
41                                         rel1 { relative: 0.0 0.0; to, "bg"; }
42                                         rel2 { relative: 1.0 1.0; to, "bg"; }
43                                         fixed: 1 1;
44                                         visible: 1;
45                                 }
46                         }
47                 }
48         } // group
49 } // collections
50
51
52
53 // End of file