tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / bg_thumbnail.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11 group { name: "setting/bg_thumbnail";
12    images {
13       image: "00_body_thumbnail_bg.png" COMP;
14    }
15    parts {
16       part { name: "top_padding";
17         type: SPACER;
18         scale: 1;
19         description { state: "default" 0.0;
20             min: 0 30;
21             fixed: 1 1;
22             align: 0.5 0.0;
23             rel2 {
24                relative: 1.0 0.0;
25             }
26          }
27       }
28       part { name: "bottom_padding";
29         type: SPACER;
30         scale: 1;
31         description { state: "default" 0.0;
32             min: 0 30;
33             fixed: 1 1;
34             align: 0.5 1.0;
35             rel1 {
36                relative: 0.0 1.0;
37             }
38          }
39       }
40       part { name: "left_padding";
41         type: SPACER;
42         scale: 1;
43         description { state: "default" 0.0;
44             min: 30 0;
45             fixed: 0 0;
46             align: 0.0 0.5;
47             rel2 {
48                relative: 0.0 1.0;
49             }
50          }
51       }
52       part { name: "right_padding";
53         type: SPACER;
54         scale: 1;
55         description { state: "default" 0.0;
56             min: 30 0;
57             fixed: 0 0;
58             align: 1.0 0.5;
59             rel1 {
60                relative: 1.0 0.0;
61             }
62          }
63       }
64       part { name: "bg";
65          type: IMAGE;
66          scale: 1;
67          description { state: "default" 0.0;
68             min: 260 260;
69             image {
70                normal: "00_body_thumbnail_bg.png";
71                border: 14 14 14 14;
72                border_scale: 1;
73             }
74             rel1 {
75                to_x: "left_padding";
76                to_y: "top_padding";
77                relative: 1.0 1.0;
78             }
79             rel2 {
80                to_x: "right_padding";
81                to_y: "bottom_padding";
82                relative: 0.0 0.0;
83             }
84          }
85       }
86       part { name: "elm.icon";
87          type: SWALLOW;
88          scale: 1;
89          description { state: "default" 0.0;
90             min: 254 254;
91             rel1 {
92                to_x: "left_padding";
93                to_y: "top_padding";
94                relative: 1.0 1.0;
95                offset: 3 3;
96             }
97             rel2 {
98                to_x: "right_padding";
99                to_y: "bottom_padding";
100                relative: 0.0 0.0;
101                offset: -3 -3;
102             }
103          }
104       }
105    }
106 }