Merge "Fix issue that the most visited item can't be selected." into 2.0_beta
[profile/ivi/org.tizen.browser.git] / edc / browser-popup.edc
1 /*
2  * Copyright 2012  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://www.tizenopensource.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
18 collections {
19         group { name: "brightness_popup";
20                 parts{
21                         part { name: "pad_t";
22                                 scale : 1;
23                                 mouse_events: 0;
24                                 repeat_events: 1;
25                                 description { state: "default" 0.0;
26                                         align: 0.5 0.0;
27                                         min: 0 45;
28                                         fixed: 0 1;
29                                         rel1 {
30                                                 relative: 1.0 0.0; to_x: "pad_l";
31                                         }
32                                         rel2 {
33                                                 relative: 0.0 0.0; to_x: "pad_r";
34                                         }
35                                 }
36                         }
37                         part { name: "pad_l";
38                                 scale: 1;
39                                 description { state: "default" 0.0;
40                                         min : 10 0;
41                                         fixed: 1 0;
42                                         align: 0.0 0.0;
43                                         rel1 {
44                                                 relative: 0.0 0.0;
45                                         }
46                                         rel2 {
47                                                 relative: 0.0 1.0;
48                                         }
49                                 }
50                         }
51                         part { name: "pad_r";
52                                 scale: 1;
53                                 description { state: "default" 0.0;
54                                         min : 10 0;
55                                         fixed: 1 0;
56                                         align: 1.0 0.0;
57                                         rel1 {
58                                                 relative: 1.0 0.0;
59                                         }
60                                         rel2 {
61                                                 relative: 1.0 1.0;
62                                         }
63                                 }
64                         }
65                         part{ name:"elm.swallow.content";
66                                 type: SWALLOW;
67                                 scale : 1;
68                                 description { state: "default" 0.0;
69                                         min: 250 0;
70                                         align: 0.5 0.5;
71                                         fixed: 1 0;
72                                         rel1 {
73                                                 relative: 0.5 1.0;
74                                                 to: "pad_t";
75                                         }
76                                         rel2 {
77                                                 relative: 0.5 0.0;
78                                                 to: "pad_b";
79                                         }
80                                 }
81                         }
82                         part { name: "pad_b";
83                                 scale : 1;
84                                 mouse_events: 0;
85                                 repeat_events: 1;
86                                 description { state: "default" 0.0;
87                                         align: 0.5 1.0;
88                                         min: 0 66;
89                                         fixed: 0 1;
90                                         rel1 {
91                                                 relative: 1.0 1.0;to_x: "pad_l";
92                                         }
93                                         rel2 {
94                                                 relative: 0.0 1.0;to_x: "pad_r";
95                                         }
96                                 }
97                         }
98                         part { name: "elm.swallow.automatic_check";
99                                 type: SWALLOW;
100                                 scale : 1;
101                                 mouse_events: 1;
102                                 repeat_events: 1;
103                                 description { state: "default" 0.0;
104                                         align: 0.0 0.5;
105                                         rel1 {
106                                                 relative: 0.18 0.0;
107                                                 to: "pad_b";
108                                         }
109                                         rel2 {
110                                                 relative: 1.0 1.0;
111                                                 to: "pad_b";
112                                         }
113                                 }
114                         }
115                         part { name: "elm.text.automatic";
116                                 type: TEXT;
117                                 scale : 1;
118                                 description { state: "default" 0.0;
119                                         text {
120                                                 font: "SLP:style=Medium";
121                                                 size: 24;
122                                                 min: 0 0;
123                                                 align: 0.5 0.5;
124                                         }
125                                         color: 108 108 108 255;
126                                         align: 0.0 0.5;
127                                         rel1 {
128                                                 relative: 0.0 0.0;
129                                                 to: "pad_b";
130                                         }
131                                         rel2 {
132                                                 relative: 1.0 1.0;
133                                                 to: "pad_b";
134                                         }
135                                 }
136                         }
137                         part { name: "elm.title";
138                                 type: TEXT;
139                                 scale : 1;
140                                 description { state: "default" 0.0;
141                                         text {
142                                                 font: "SLP:style=Medium";
143                                                 size: 32;
144                                                 min: 0 0;
145                                                 align: 0.5 0.5;
146                                         }
147                                         color: 108 108 108 255;
148                                         align: 0.0 0.5;
149                                         rel1 {
150                                                 relative: 0.0 0.0;
151                                                 to: "pad_t";
152                                         }
153                                         rel2 {
154                                                 relative: 1.0 1.0;
155                                                 to: "pad_t";
156                                         }
157                                 }
158                         }
159                 }
160         }
161         group { name: "geolocation_popup";
162                 parts{
163                         part { name: "pad_t";
164                                 scale : 1;
165                                 mouse_events: 0;
166                                 repeat_events: 1;
167                                 description { state: "default" 0.0;
168                                         align: 0.5 0.0;
169                                         min: 0 14;
170                                         fixed: 0 1;
171                                         rel1 {
172                                                 relative: 1.0 0.0;to_x: "pad_l";
173                                         }
174                                         rel2 {
175                                                 relative: 0.0 0.0;to_x: "pad_r";
176                                         }
177                                 }
178                         }
179                         part { name: "pad_l";
180                                 scale: 1;
181                                 description { state: "default" 0.0;
182                                         min : 10 0;
183                                         fixed: 1 0;
184                                         rel1 {
185                                                 relative: 0.0 0.0;
186                                         }
187                                         rel2 {
188                                                 relative: 0.0 1.0;
189                                         }
190                                         align: 0.0 0.0;
191                                 }
192                         }
193                         part { name: "pad_r";
194                                 scale: 1;
195                                 description { state: "default" 0.0;
196                                         min : 10 0;
197                                         fixed: 1 0;
198                                         rel1 {
199                                                 relative: 1.0 0.0;
200                                         }
201                                         rel2 {
202                                                 relative: 1.0 1.0;
203                                         }
204                                         align: 1.0 0.0;
205                                 }
206                         }
207                         part{ name:"elm.swallow.content";
208                                 type: SWALLOW;
209                                 scale : 1;
210                                 description { state: "default" 0.0;
211                                         min: 380 0;
212                                         align: 0.5 0.5;
213                                         fixed: 1 0;
214                                         rel1 {
215                                                 relative: 0.5 1.0;
216                                                 to: "pad_t";
217                                         }
218                                         rel2 {
219                                                 relative: 0.5 0.0;
220                                                 to: "pad_b";
221                                         }
222                                 }
223                         }
224                         part { name: "pad_b";
225                                 scale : 1;
226                                 mouse_events: 0;
227                                 repeat_events: 1;
228                                 description { state: "default" 0.0;
229                                         align: 0.5 1.0;
230                                         min: 0 66;
231                                         fixed: 0 1;
232                                         rel1 {
233                                                 relative: 1.0 1.0;to_x: "pad_l";
234                                         }
235                                         rel2 {
236                                                 relative: 0.0 1.0;to_x: "pad_r";
237                                         }
238                                 }
239                         }
240                         part { name: "elm.swallow.end";
241                                 type: SWALLOW;
242                                 scale : 1;
243                                 mouse_events: 1;
244                                 repeat_events: 1;
245                                 description { state: "default" 0.0;
246                                         align: 0.0 0.5;
247                                         rel1 {
248                                                 relative: 0.18 0.0;
249                                                 to: "pad_b";
250                                         }
251                                         rel2 {
252                                                 relative: 1.0 1.0;
253                                                 to: "pad_b";
254                                         }
255                                 }
256                         }
257                         part { name: "elm.text";
258                                 type: TEXT;
259                                 scale : 1;
260                                 description { state: "default" 0.0;
261                                         text {
262                                                 font: "SLP:style=Medium";
263                                                 size: 24;
264                                                 min: 0 0;
265                                                 align: 0.5 0.5;
266                                         }
267                                         color: 108 108 108 255;
268                                         align: 0.0 0.5;
269                                         rel1 {
270                                                 relative: 0.0 0.0;
271                                                 to: "pad_b";
272                                         }
273                                         rel2 {
274                                                 relative: 1.0 1.0;
275                                                 to: "pad_b";
276                                         }
277                                 }
278                         }
279                 }
280         }
281
282 }