Initialize Tizen 2.3
[apps/home/b2-clocksetting.git] / data / groups / index.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 {
18         name: "setting-test/index";
19         parts {
20                 part {
21                         name: "bg";
22                         type: RECT;
23                         scale: 1;
24                         description {
25                                 state: "default" 0.0;
26                                 color: 0 0 0 255;
27                                 rel1 {relative: 0.0 0.0;}
28                                 rel2 {relative: 1.0 1.0;}
29                         }
30                 }
31                 part {
32                         name: "scroller";
33                         type: SWALLOW;
34                         scale: 1;
35                         description {
36                                 state: "default" 0.0;
37                                 rel1 {relative: 0.0 0.0; to: "bg";}
38                                 rel2 {relative: 1.0 1.0; to: "bg";}
39                         }
40                 }
41         }
42 }
43
44 group {
45         name: "setting-test/pagecontrol/page";
46         parts {
47                 part {
48                         name: "page";
49                         type: SWALLOW;
50                         scale: 1;
51                         description {
52                                 state: "default" 0.0;
53                         }
54                 }
55                 part {
56                         name: "text";
57                         type: TEXT;
58                         scale: 1;
59                         description {
60                                 state: "default" 0.0;
61                                 rel1.relative: 0.5 0.5;
62                                 rel2.relative: 0.5 0.5;
63                                 text {
64                                         min: 1 1;
65                                         size: 50;
66                                 }
67                                 color: 255 255 255 255;
68                         }
69                 }
70         }
71 }