Initialize Tizen 2.3
[apps/home/b2-clocksetting.git] / data / groups / datefield.edc
1 /*
2  * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
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-test/datetime";
18    parts {
19       part { name: "base";
20          type: RECT;
21          scale: 1;
22          description { state: "default" 0.0;
23             min: 320 320;
24             color: 0 0 0 255;
25          }
26       }
27           part { name: "content";
28              type: SWALLOW;
29                  scale: 1;
30                  description { state: "default" 0.0;
31                     fixed: 0 1;
32             min: 0 230;
33             max: 0 230;
34                         rel1 {
35                                 relative: 0.0 0.0;
36                                 to: "base";
37                         }
38                         rel2 {
39                                 relative: 1.0 0.0;
40                                 to: "base";
41                         }
42                         align: 0.5 0.0;
43                  }
44           }
45       part { name: "btn1";
46          type: SWALLOW;
47          scale: 1;
48          description { state: "default" 0.0;
49             fixed: 1 1;
50             rel1 {
51                relative: 0.0 1.0;
52             }
53             rel2 {
54                to_x: "padding";
55                relative: 0.0 1.0;
56             }
57             min: 0 76;
58             align: 0.5 1;
59          }
60       }
61       part { name: "padding";
62          type: SPACER;
63          scale: 1;
64          mouse_events: 0;
65          description { state: "default" 0.0;
66             rel1 {
67                relative: 0.5 1.0;
68             }
69             rel2 {
70                relative: 0.5 1.0;
71             }
72             align: 0.5 1.0;
73             min: 1 0;
74             max: 1 0;
75             fixed: 1 0;
76          }
77       }
78       part { name: "btn2";
79          type: SWALLOW;
80          scale: 1;
81          description { state: "default" 0.0;
82             fixed: 1 1;
83             rel1 {
84                to_x: "padding";
85                relative: 1.0 1.0;
86             }
87             rel2 {
88                relative: 1.0 1.0;
89             }
90             min: 0 76;
91             align: 0.5 1;
92          }
93       }
94    }
95 }