tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / 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_class: "B101";
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 }
66
67 group {
68         name: "setting/index_thumbnail";
69         parts {
70                 part {
71                         name: "bg";
72                         type: RECT;
73                         scale: 1;
74                         description {
75                                 state: "default" 0.0;
76                                 color_class: "B101";
77                                 rel1 {relative: 0.0 0.0;}
78                                 rel2 {relative: 1.0 1.0;}
79                         }
80                 }
81                 part {
82                         name: "scroller";
83                         type: SWALLOW;
84                         scale: 1;
85                         description {
86                                 state: "default" 0.0;
87                         }
88                 }
89                 part {
90                         name: "controller";
91                         type: SWALLOW;
92                         scale: 1;
93                         description {
94                                 state: "default" 0.0;
95                                 min: 0 14;
96                                 max: -1 14;
97                                 fixed: 0 1;
98                                 align: 0.5 1.0;
99                                 rel1.to: "bottom.padding";
100                                 rel2.to: "bottom.padding";
101                                 rel2.relative: 1.0 0.0;
102                                 }
103                 }
104                 part {
105                         name: "bottom.padding";
106                         type: SPACER;
107                         scale: 1;
108                         description {
109                                 state: "default" 0.0;
110                                 min: 0 3;
111                                 max: -1 3;
112                                 fixed: 0 1;
113                                 align: 0.5 1.0;
114                         }
115                 }
116         }
117 }