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