tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / index.edc
1 /*
2  *  Copyright (c) 2014 Samsung Electronics Co., Ltd.
3  *
4  *  Licensed under the Flora License, Version 1.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://floralicense.org/license/
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_class: "B101";
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 }
72
73 group {
74         name: "setting/index_thumbnail";
75         parts {
76                 part {
77                         name: "bg";
78                         type: RECT;
79                         scale: 1;
80                         description {
81                                 state: "default" 0.0;
82                                 color_class: "B101";
83                                 rel1 {relative: 0.0 0.0;}
84                                 rel2 {relative: 1.0 1.0;}
85                         }
86                 }
87                 part {
88                         name: "scroller";
89                         type: SWALLOW;
90                         scale: 1;
91                         description {
92                                 state: "default" 0.0;
93                         }
94                 }
95                 part {
96                         name: "controller";
97                         type: SWALLOW;
98                         scale: 1;
99                         description {
100                                 state: "default" 0.0;
101                                 min: 0 14;
102                                 max: -1 14;
103                                 fixed: 0 1;
104                                 align: 0.5 1.0;
105                                 rel1.to: "bottom.padding";
106                                 rel2.to: "bottom.padding";
107                                 rel2.relative: 1.0 0.0;
108                                 }
109                 }
110                 part {
111                         name: "bottom.padding";
112                         type: SPACER;
113                         scale: 1;
114                         description {
115                                 state: "default" 0.0;
116                                 min: 0 3;
117                                 max: -1 3;
118                                 fixed: 0 1;
119                                 align: 0.5 1.0;
120                         }
121                 }
122         }
123 }