tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / datefield.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-test/datetime";
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: "content";
22              type: SWALLOW;
23                  scale: 1;
24                  description { state: "default" 0.0;
25                     fixed: 0 1;
26             min: 0 290;
27             max: 0 290;
28                         rel1 {
29                                 relative: 0.0 27/420;
30                                 to: "base";
31                         }
32                         rel2 {
33                                 relative: 1.0 0.0;
34                                 to: "base";
35                         }
36                         align: 0.5 0.0;
37                  }
38           }
39       part { name: "btn1";
40          type: SWALLOW;
41          scale: 1;
42          description { state: "default" 0.0;
43             fixed: 1 1;
44             rel1 {
45                relative: 0.0 1.0;
46             }
47             rel2 {
48                to_x: "padding";
49                relative: 0.0 1.0;
50             }
51             min: 0 76;
52             align: 0.5 1;
53          }
54       }
55       part { name: "padding";
56          type: SPACER;
57          scale: 1;
58          mouse_events: 0;
59          description { state: "default" 0.0;
60             rel1 {
61                relative: 0.5 1.0;
62             }
63             rel2 {
64                relative: 0.5 1.0;
65             }
66             align: 0.5 1.0;
67             min: 1 0;
68             max: 1 0;
69             fixed: 1 0;
70          }
71       }
72       part { name: "btn2";
73          type: SWALLOW;
74          scale: 1;
75          description { state: "default" 0.0;
76             fixed: 1 1;
77             rel1 {
78                to_x: "padding";
79                relative: 1.0 1.0;
80             }
81             rel2 {
82                relative: 1.0 1.0;
83             }
84             min: 0 76;
85             align: 0.5 1;
86          }
87       }
88    }
89 }