Initialize Tizen 2.3
[apps/home/b2-clocksetting.git] / data / groups / bg_thumbnail.edc
1 /*
2  * Copyright (c) 2000 - 2013 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 group { name: "setting/bg_thumbnail";
18    images {
19       image: "00_body_thumbnail_bg.png" COMP;
20    }
21    parts {
22       part { name: "top_padding";
23         type: SPACER;
24         scale: 1;
25         description { state: "default" 0.0;
26             min: 0 30;
27             fixed: 1 1;
28             align: 0.5 0.0;
29             rel2 {
30                relative: 1.0 0.0;
31             }
32          }
33       }
34       part { name: "bottom_padding";
35         type: SPACER;
36         scale: 1;
37         description { state: "default" 0.0;
38             min: 0 30;
39             fixed: 1 1;
40             align: 0.5 1.0;
41             rel1 {
42                relative: 0.0 1.0;
43             }
44          }
45       }
46       part { name: "left_padding";
47         type: SPACER;
48         scale: 1;
49         description { state: "default" 0.0;
50             min: 30 0;
51             fixed: 0 0;
52             align: 0.0 0.5;
53             rel2 {
54                relative: 0.0 1.0;
55             }
56          }
57       }
58       part { name: "right_padding";
59         type: SPACER;
60         scale: 1;
61         description { state: "default" 0.0;
62             min: 30 0;
63             fixed: 0 0;
64             align: 1.0 0.5;
65             rel1 {
66                relative: 1.0 0.0;
67             }
68          }
69       }
70       part { name: "bg";
71          type: IMAGE;
72          scale: 1;
73          description { state: "default" 0.0;
74             min: 260 260;
75             image {
76                normal: "00_body_thumbnail_bg.png";
77                border: 14 14 14 14;
78                border_scale: 1;
79             }
80             rel1 {
81                to_x: "left_padding";
82                to_y: "top_padding";
83                relative: 1.0 1.0;
84             }
85             rel2 {
86                to_x: "right_padding";
87                to_y: "bottom_padding";
88                relative: 0.0 0.0;
89             }
90          }
91       }
92       part { name: "elm.icon";
93          type: SWALLOW;
94          scale: 1;
95          description { state: "default" 0.0;
96             min: 254 254;
97             rel1 {
98                to_x: "left_padding";
99                to_y: "top_padding";
100                relative: 1.0 1.0;
101                offset: 3 3;
102             }
103             rel2 {
104                to_x: "right_padding";
105                to_y: "bottom_padding";
106                relative: 0.0 0.0;
107                offset: -3 -3;
108             }
109          }
110       }
111    }
112 }