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