tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / setting_permission.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/permission";
18    parts {
19       part { name: "base";
20          type: RECT;
21          scale: 1;
22          description { state: "default" 0.0;
23                         min: 360 420;
24             color_class: B011;
25          }
26       }
27           part { name: "left.padding";
28          type: SPACER;
29          scale: 1;
30          description { state: "default" 0.0;
31             fixed: 1 0;
32             min: 16 0;
33             max: 16 -1;
34             rel1 {
35                relative: 0.0 0.0;
36                to: "base";
37             }
38             rel2 {
39                relative: 0.0 1.0;
40                to: "base";
41             }
42             align: 0.0 0.5;
43          }
44       }
45           part { name: "right.padding";
46          type: SPACER;
47          scale: 1;
48          description { state: "default" 0.0;
49             fixed: 1 0;
50             min: 8 0;
51             max: 8 -1;
52             rel1 {
53                relative: 1.0 0.0;
54                to: "base";
55             }
56             rel2 {
57                relative: 1.0 1.0;
58                to: "base";
59             }
60             align: 1.0 0.5;
61          }
62       }
63           part { name: "top.padding";
64          type: SPACER;
65          scale: 1;
66          description { state: "default" 0.0;
67             fixed: 0 1;
68             min: 0 16;
69             max: -1 16;
70             rel1 {
71                relative: 0.0 0.0;
72                to: "base";
73             }
74             rel2 {
75                relative: 1.0 0.0;
76                to: "base";
77             }
78             align: 0.0 0.5;
79          }
80       }
81           part { name: "bottom.padding";
82          type: SPACER;
83          scale: 1;
84          description { state: "default" 0.0;
85             fixed: 0 1;
86             min: 0 185;
87             max: -1 185;
88             rel1 {
89                relative: 0.0 1.0;
90                to: "base";
91             }
92             rel2 {
93                relative: 1.0 1.0;
94                to: "base";
95             }
96             align: 0.0 1.0;
97          }
98       }
99       part { name: "desc";
100              type: SWALLOW;
101                  scale: 1;
102                  description { state: "default" 0.0;
103                     fixed: 0 1;
104             min: 0 218;
105             max: -1 218;
106                         rel1 {
107                                 relative: 1.0 1.0;
108                                 to_x: "left.padding";
109                                 to_y: "top.padding";
110                         }
111                         rel2 {
112                                 relative: 0.0 1.0;
113                                 to_x: "right.padding";
114                                 to_y: "top.padding";
115                         }
116                         align: 0.0 0.0;
117                  }
118           }
119           part { name: "seperator";
120          type: RECT;
121          scale: 1;
122          description { state: "default" 0.0;
123             fixed: 0 1;
124                     color_class: AO014;
125             min: 0 1;
126             max: -1 1;
127             rel1 {
128                relative: 0.0 0.0;
129                to: "bottom.padding";
130             }
131             rel2 {
132                relative: 1.0 0.0;
133                to: "bottom.padding";
134             }
135             align: 0.5 0.0;
136          }
137       }
138           part { name: "elm.genlist";
139              type: SWALLOW;
140                  scale: 1;
141                  description { state: "default" 0.0;
142                     fixed: 0 1;
143             min: 0 100;
144             max: -1 100;
145                         rel1 {
146                                 relative: 0.0 1.0;
147                                 to_x: "base";
148                                 to_y: "seperator";
149                         }
150                         rel2 {
151                                 relative: 1.0 1.0;
152                                 to_x: "base";
153                                 to_y: "seperator";
154                         }
155                         align: 0.5 0.0;
156                  }
157           }
158       part { name: "btn1";
159          type: SWALLOW;
160          scale: 1;
161          description { state: "default" 0.0;
162             fixed: 1 1;
163             rel1 {
164                relative: 0.0 1.0;
165             }
166             rel2 {
167                relative: 1.0 1.0;
168             }
169             min: 0 85;
170             align: 0.5 1;
171          }
172       }
173    }
174 }