tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / blockingmode_settime.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18 ///////////////////////////////////////////////////////////////////////////////
19 // set time period layout for blocking mode custom popup
20 ///////////////////////////////////////////////////////////////////////////////
21
22 group { name: "blockmode_time";
23    parts {
24       part { name: "bg";
25          type: SPACER;
26          scale: 1;
27          description { state: "default" 0.0;
28             fixed: 1 1;
29             min: 360 255;
30             max: 360 255;
31          }
32       }
33       part { name: "top.padding";
34          type: SPACER;
35          scale: 1;
36          description { state: "default" 0.0;
37             fixed: 0 1;
38             min: 0 1;
39             max: -1 1;
40             rel1 {
41                relative: 0.0 0.0;
42                to: "bg";
43             }
44             rel2 {
45                relative: 1.0 0.0;
46                to: "bg";
47             }
48             align: 0.5 0.0;
49          }
50       }
51       part { name: "left.padding";
52          type: SPACER;
53          scale: 1;
54          description { state: "default" 0.0;
55             fixed: 1 0;
56             min: 15 0;
57             max: 15 -1;
58             rel1 {
59                relative: 0.0 0.0;
60                to: "bg";
61             }
62             rel2 {
63                relative: 0.0 1.0;
64                to: "bg";
65             }
66             align: 0.0 0.5;
67          }
68       }
69       part { name: "right.padding";
70          type: SPACER;
71          scale: 1;
72          description { state: "default" 0.0;
73             fixed: 1 0;
74             min: 15 0;
75             max: 15 -1;
76             rel1 {
77                relative: 1.0 0.0;
78                to: "bg";
79             }
80             rel2 {
81                relative: 1.0 1.0;
82                to: "bg";
83             }
84             align: 1.0 0.5;
85          }
86       }
87       part { name: "upbtn.field";
88          type: SPACER;
89          scale: 1;
90          description { state: "default" 0.0;
91             fixed: 0 1;
92             min: 0 72;
93             max: -1 72;
94             rel1 {
95                relative: 0.0 1.0;
96                to_x: "bg";
97                to_y: "top.padding";
98             }
99             rel2 {
100                relative: 1.0 1.0;
101                to_x: "bg";
102                to_y: "top.padding";
103             }
104             align: 0.5 0.0;
105          }
106       }
107       part { name: "upbtn.bottom.seperator";
108          type: SPACER;
109          scale: 1;
110          description { state: "default" 0.0;
111             fixed: 0 1;
112             min: 0 10;
113             max: -1 10;
114             rel1 {
115                relative: 0.0 1.0;
116                to_x: "bg";
117                to_y: "upbtn.field";
118             }
119             rel2 {
120                relative: 1.0 1.0;
121                to_x: "bg";
122                to_y: "upbtn.field";
123             }
124             align: 0.5 0.0;
125          }
126       }
127       part { name: "content.field";
128          type: SPACER;
129          scale: 1;
130          description { state: "default" 0.0;
131             fixed: 0 1;
132             min: 0 84;
133             max: -1 84;
134             rel1 {
135                relative: 0.0 1.0;
136                to_x: "bg";
137                to_y: "upbtn.bottom.seperator";
138             }
139             rel2 {
140                relative: 1.0 1.0;
141                to_x: "bg";
142                to_y: "upbtn.bottom.seperator";
143             }
144             align: 0.5 0.0;
145          }
146       }
147       part { name: "downbtn.upper.seperator";
148          type: SPACER;
149          scale: 1;
150          description { state: "default" 0.0;
151             fixed: 0 1;
152             min: 0 10;
153             max: -1 10;
154             rel1 {
155                relative: 0.0 1.0;
156                to_x: "bg";
157                to_y: "content.field";
158             }
159             rel2 {
160                relative: 1.0 1.0;
161                to_x: "bg";
162                to_y: "content.field";
163             }
164             align: 0.5 0.0;
165          }
166       }
167       part { name: "downbtn.field";
168          type: SPACER;
169          scale: 1;
170          description { state: "default" 0.0;
171             fixed: 0 1;
172             min: 0 72;
173             max: -1 72;
174             rel1 {
175                relative: 0.0 1.0;
176                to_x: "bg";
177                to_y: "downbtn.upper.seperator";
178             }
179             rel2 {
180                relative: 1.0 1.0;
181                to_x: "bg";
182                to_y: "downbtn.upper.seperator";
183             }
184             align: 0.5 0.0;
185          }
186       }
187       part { name: "start_upbtn.left.padding";
188          type: SPACER;
189          scale: 1;
190          description { state: "default" 0.0;
191             fixed: 1 0;
192             min: 0 0;
193             max: 0 -1;
194             rel1 {
195                relative: 1.0 0.0;
196                to: "left.padding";
197                         }
198             rel2 {
199                relative: 1.0 1.0;
200                to: "left.padding";
201             }
202             align: 0.0 0.5;
203          }
204       }
205       part { name: "start_upbtn.right.padding";
206          type: SPACER;
207          scale: 1;
208          description { state: "default" 0.0;
209             fixed: 1 0;
210             min: 0 0;
211             max: 0 -1;
212             rel1 {
213                relative: 1.0 0.0;
214                to: "right.padding";
215                         }
216             rel2 {
217                relative: 1.0 1.0;
218                to: "right.padding";
219             }
220             align: 1.0 0.5;
221          }
222       }
223       part { name: "start_upbtn";
224          type: SWALLOW;
225          scale: 1;
226          description { state: "default" 0.0;
227             fixed: 1 0;
228             min: 72 0;
229             max: 72 -1;
230             rel1 {
231                relative: 1.0 0.0;
232                to_x: "start_upbtn.left.padding";
233                to_y: "upbtn.field";
234             }
235             rel2 {
236                relative: 1.0 1.0;
237                to_x: "start_upbtn.left.padding";
238                to_y: "upbtn.field";
239             }
240             align: 0.0 0.5;
241             visible: 1;
242          }
243           }
244       part { name: "start_downbtn";
245          type: SWALLOW;
246          scale: 1;
247          description { state: "default" 0.0;
248             fixed: 1 0;
249             min: 72 0;
250             max: 72 -1;
251             rel1 {
252                relative: 1.0 0.0;
253                to_x: "start_upbtn.left.padding";
254                to_y: "downbtn.field";
255             }
256             rel2 {
257                relative: 1.0 1.0;
258                to_x: "start_upbtn.left.padding";
259                to_y: "downbtn.field";
260             }
261             align: 0.0 0.5;
262             visible: 1;
263          }
264           }
265
266       part { name: "start_hour";
267          type: SWALLOW;
268          scale: 1;
269          description { state: "default" 0.0;
270             fixed: 1 0;
271             min: 72 0;
272             max: 72 -1;
273             rel1 {
274                relative: 1.0 0.0;
275                to_x: "left.padding";
276                to_y: "content.field";
277             }
278             rel2 {
279                relative: 1.0 1.0;
280                to_x: "left.padding";
281                to_y: "content.field";
282             }
283             align: 0.0 0.5;
284             visible: 1;
285          }
286           }
287       part { name: "start_hour.ampm.seperator";
288          type: SPACER;
289          scale: 1;
290          description { state: "default" 0.0;
291             fixed: 1 0;
292             min: 10 0;
293             max: 10 -1;
294             rel1 {
295                relative: 1.0 0.0;
296                to_x: "start_hour";
297                to_y: "content.field";
298             }
299             rel2 {
300                relative: 1.0 1.0;
301                to_x: "start_hour";
302                to_y: "content.field";
303             }
304             align: 0.0 0.5;
305          }
306       }
307       part { name: "start_ampm";
308          type: SWALLOW;
309          scale: 1;
310          description { state: "default" 0.0;
311             fixed: 1 0;
312             min: 72 0;
313             max: 72 -1;
314             rel1 {
315                relative: 1.0 0.0;
316                to_x: "start_hour.ampm.seperator";
317                to_y: "content.field";
318             }
319             rel2 {
320                relative: 1.0 1.0;
321                to_x: "start_hour.ampm.seperator";
322                to_y: "content.field";
323             }
324             align: 0.0 0.5;
325             visible: 1;
326          }
327       }
328       part { name: "center.spacer";
329          type: SPACER;
330          scale: 1;
331          description { state: "default" 0.0;
332             fixed: 1 0;
333             min: 22 0;
334             max: 22 -1;
335             rel1 {
336                relative: 1.0 0.0;
337                to_x: "start_ampm";
338                to_y: "content.field";
339             }
340             rel2 {
341                relative: 1.0 1.0;
342                to_x: "start_ampm";
343                to_y: "content.field";
344             }
345             align: 0.0 0.5;
346          }
347       }
348       part { name: "end_upbtn";
349          type: SWALLOW;
350          scale: 1;
351          description { state: "default" 0.0;
352             fixed: 1 0;
353             min: 72 0;
354             max: 72 -1;
355             rel1 {
356                relative: 1.0 0.0;
357                to_x: "center.spacer";
358                to_y: "upbtn.field";
359             }
360             rel2 {
361                relative: 1.0 1.0;
362                to_x: "center.spacer";
363                to_y: "upbtn.field";
364             }
365             align: 0.0 0.5;
366             visible: 1;
367          }
368           }
369       part { name: "end_downbtn";
370          type: SWALLOW;
371          scale: 1;
372          description { state: "default" 0.0;
373             fixed: 1 0;
374             min: 72 0;
375             max: 72 -1;
376             rel1 {
377                relative: 1.0 0.0;
378                to_x: "center.spacer";
379                to_y: "downbtn.field";
380             }
381             rel2 {
382                relative: 1.0 1.0;
383                to_x: "center.spacer";
384                to_y: "downbtn.field";
385             }
386             align: 0.0 0.5;
387             visible: 1;
388          }
389           }
390       part { name: "end_hour";
391          type: SWALLOW;
392          scale: 1;
393          description { state: "default" 0.0;
394             fixed: 1 0;
395             min: 72 0;
396             max: 72 -1;
397             rel1 {
398                relative: 1.0 0.0;
399                to_x: "center.spacer";
400                to_y: "content.field";
401             }
402             rel2 {
403                relative: 1.0 1.0;
404                to_x: "center.spacer";
405                to_y: "content.field";
406             }
407             align: 0.0 0.5;
408             visible: 1;
409          }
410           }
411       part { name: "end_hour.ampm.seperator";
412          type: SPACER;
413          scale: 1;
414          description { state: "default" 0.0;
415             fixed: 1 0;
416             min: 10 0;
417             max: 10 -1;
418             rel1 {
419                relative: 1.0 0.0;
420                to_x: "end_hour";
421                to_y: "content.field";
422             }
423             rel2 {
424                relative: 1.0 1.0;
425                to_x: "end_hour";
426                to_y: "content.field";
427             }
428             align: 0.0 0.5;
429          }
430       }
431       part { name: "end_ampm";
432          type: SWALLOW;
433          scale: 1;
434          description { state: "default" 0.0;
435             fixed: 1 0;
436             min: 72 0;
437             max: 72 -1;
438             rel1 {
439                relative: 1.0 0.0;
440                to_x: "end_hour.ampm.seperator";
441                to_y: "content.field";
442             }
443             rel2 {
444                relative: 1.0 1.0;
445                to_x: "end_hour.ampm.seperator";
446                to_y: "content.field";
447             }
448             align: 0.0 0.5;
449             visible: 1;
450          }
451       }
452
453    }
454 }