change BG size of apps view
[profile/mobile/apps/native/homescreen-efl.git] / res / edje / cluster_allpage.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.1 (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://floralicense.org/license/
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 #include "../../inc/edc_conf.h"
18 collections {
19         group { name: GROUP_CLUSTER_ALLPAGE_LY;
20                 parts {
21                         part { name: SIZE_SETTER;
22                                 type: SWALLOW;
23                                 description {
24                                         state: "default" 0.0;
25                                         align: 0 0;
26                                         rel1.relative: 0.0 0.0;
27                                         rel2.relative: 1.0 1.0;
28                                 }
29                         }
30                         part { name: CLUSTER_ALLPAGE_GRID;
31                                 type: SWALLOW;
32                                 description {
33                                         state: "default" 0.0;
34                                         align: 0 0;
35                                         rel1{relative: 0.0 0.0; to: SIZE_SETTER;}
36                                         rel2{relative: 1.0 1.0; to: SIZE_SETTER;}
37                                 }
38                         }
39                 }
40         }
41 }