tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / enhanced_pwrsaving.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/pwr_saving";
12    parts {
13       part { name: "base";
14          type: RECT;
15          scale: 1;
16          description { state: "default" 0.0;
17                         min: 360 420;
18             color_class: B011;
19          }
20       }
21           part { name: "left.padding";
22          type: SPACER;
23          scale: 1;
24          description { state: "default" 0.0;
25             fixed: 1 0;
26             min: 16 0;
27             max: 16 -1;
28             rel1 {
29                relative: 0.0 0.0;
30                to: "base";
31             }
32             rel2 {
33                relative: 0.0 1.0;
34                to: "base";
35             }
36             align: 0.0 0.5;
37          }
38       }
39           part { name: "right.padding";
40          type: SPACER;
41          scale: 1;
42          description { state: "default" 0.0;
43             fixed: 1 0;
44             min: 8 0;
45             max: 8 -1;
46             rel1 {
47                relative: 1.0 0.0;
48                to: "base";
49             }
50             rel2 {
51                relative: 1.0 1.0;
52                to: "base";
53             }
54             align: 1.0 0.5;
55          }
56       }
57           part { name: "top.padding";
58          type: SPACER;
59          scale: 1;
60          description { state: "default" 0.0;
61             fixed: 0 1;
62             min: 0 16;
63             max: -1 16;
64             rel1 {
65                relative: 0.0 0.0;
66                to: "base";
67             }
68             rel2 {
69                relative: 1.0 0.0;
70                to: "base";
71             }
72             align: 0.0 0.5;
73          }
74       }
75           part { name: "bottom.padding";
76          type: SPACER;
77          scale: 1;
78          description { state: "default" 0.0;
79             fixed: 0 1;
80             min: 0 215;
81             max: -1 215;
82             rel1 {
83                relative: 0.0 1.0;
84                to: "base";
85             }
86             rel2 {
87                relative: 1.0 1.0;
88                to: "base";
89             }
90             align: 0.0 1.0;
91          }
92       }
93           part { name: "scroll";
94              type: SWALLOW;
95                  scale: 1;
96                  description { state: "default" 0.0;
97                     fixed: 0 1;
98             min: 0 218;
99             max: -1 218;
100                         rel1 {
101                                 relative: 0.0 0.0;
102                                 to: "base";
103                         }
104                         rel2 {
105                                 relative: 1.0 0.0;
106                                 to_x: "base";
107                                 to_y: "seperator";
108                         }
109                         align: 0.0 0.0;
110                  }
111           }
112       part { name: "content";
113              type: SWALLOW;
114                  scale: 1;
115                  description { state: "default" 0.0;
116                     fixed: 0 1;
117             min: 0 218;
118             max: -1 218;
119                         rel1 {
120                                 relative: 1.0 1.0;
121                                 to_x: "left.padding";
122                                 to_y: "top.padding";
123                         }
124                         rel2 {
125                                 relative: 0.0 1.0;
126                                 to_x: "right.padding";
127                                 to_y: "top.padding";
128                         }
129                         align: 0.0 0.0;
130                  }
131           }
132           part { name: "seperator";
133          type: RECT;
134          scale: 1;
135          description { state: "default" 0.0;
136             fixed: 0 1;
137                     color_class: AO014;
138             min: 0 1;
139             max: -1 1;
140             rel1 {
141                relative: 0.0 0.0;
142                to: "bottom.padding";
143             }
144             rel2 {
145                relative: 1.0 0.0;
146                to: "bottom.padding";
147             }
148             align: 0.5 0.0;
149          }
150       }
151           part { name: "checkbox";
152              type: SWALLOW;
153                  scale: 1;
154                  description { state: "default" 0.0;
155                     fixed: 0 1;
156             min: 0 138;
157             max: -1 138;
158                         rel1 {
159                                 relative: 0.0 1.0;
160                                 to_x: "base";
161                                 to_y: "seperator";
162                         }
163                         rel2 {
164                                 relative: 1.0 1.0;
165                                 to_x: "base";
166                                 to_y: "seperator";
167                         }
168                         align: 0.5 0.0;
169                  }
170           }
171       part { name: "btn1";
172          type: SWALLOW;
173          scale: 1;
174          description { state: "default" 0.0;
175             fixed: 1 1;
176             rel1 {
177                relative: 0.0 1.0;
178             }
179             rel2 {
180                relative: 1.0 1.0;
181             }
182             min: 0 85;
183             align: 0.5 1;
184          }
185       }
186    }
187 }