tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / groups / genlist_layout.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 { name: "setting/genlist/layout";
18         parts {
19                 part {
20                         name: "bg";
21                         type: RECT;
22                         scale: 1;
23                         description {
24                                 state: "default" 0.0;
25                                 color: 0 0 0 255;
26                                 rel1 {
27                                         relative: 0.0 0.0; 
28                                 }
29                                 rel2 {
30                                         relative: 1.0 1.0; 
31                                 }
32                         }
33                 }
34                 part {
35                         name: "elm.genlist";
36                         type: SWALLOW;
37                         scale: 1;
38                         description {
39                                 state: "default" 0.0;
40                                 rel1 {
41                                         relative: 0.0 0.0; 
42                                         to: "bg";
43                                 }
44                                 rel2 {
45                                         relative: 1.0 1.0; 
46                                         to: "bg";
47                                 }
48                         }
49                 }
50         }
51 }
52
53 group { name: "setting/genlist/2button-layout";
54         parts {
55                 part {
56                         name: "bg";
57                         type: RECT;
58                         scale: 1;
59                         description {
60                                 state: "default" 0.0;
61                                 color: 0 0 0 255;
62                                 rel1 {
63                                         relative: 0.0 0.0; 
64                                 }
65                                 rel2 {
66                                         relative: 1.0 1.0; 
67                                 }
68                         }
69                 }
70                 part {
71                         name: "elm.genlist";
72                         type: SWALLOW;
73                         scale: 1;
74                         description {
75                                 state: "default" 0.0;
76                                 rel1 {
77                                         relative: 0.0 0.0; 
78                                         to: "bg";
79                                 }
80                                 rel2 {
81                                         relative: 1.0 1.0; 
82                                         to: "bg";
83                                         offset: 0 -76;
84                                 }
85                         }
86                 }
87                 part{ name:"btn.left";
88                 type: SWALLOW;
89                 scale: 1;
90                 description { state: "default" 0.0;
91                         max: 159 76;
92                 rel1 {
93                         to: "bg";
94                         relative: 0.0 1.0;
95                         offset: 0 -76;
96                 }
97                 rel2 {
98                         to: "bg";
99                         relative: 0.5 1.0;
100                         offset: -1 0;
101                 }
102                 }
103         }
104         part{ name:"btn.right";
105                 type: SWALLOW;
106                 scale: 1;
107                 description { state: "default" 0.0;
108                         max: 160 76;
109                 rel1 {
110                         to: "bg";
111                         relative: 0.5 1.0;
112                         offset: 0 -76;
113                 }
114                 rel2 {
115                         to: "bg";
116                         relative: 1.0 1.0;
117                 }
118                 }
119         }
120         }
121 }