Tizen 2.1 base
[apps/core/preloaded/calendar.git] / data / edc / layout / inc.map.edc
1 /*
2   *
3   *  Copyright 2012  Samsung Electronics Co., Ltd
4   *
5   *  Licensed under the Flora License, Version 1.0 (the "License");
6   *  you may not use this file except in compliance with the License.
7   *  You may obtain a copy of the License at
8   *
9   *       http://floralicense.org/license/
10   *
11   *  Unless required by applicable law or agreed to in writing, software
12   *  distributed under the License is distributed on an "AS IS" BASIS,
13   *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   *  See the License for the specific language governing permissions and
15   *  limitations under the License.
16   */\r
17 \r
18 group { name, "edit/map";\r
19 \r
20         parts {\r
21                 part { name, "bg";\r
22                         type, SWALLOW;\r
23                         description {\r
24                                 state, "default" 0.0;\r
25                                 align: 0.0 0.0;\r
26                         }\r
27                 }\r
28 \r
29                 part { name, "searchbar";\r
30                         type, SWALLOW;\r
31                         scale, 1;\r
32                         description {\r
33                                 state, "default" 0.0;\r
34                                 min, 0 106;\r
35                                 fixed, 0 1;\r
36                                 rel1 { relative, 0.0 0.0; to, "bg"; }\r
37                                 rel2 { relative, 1.0 0.0; to, "bg"; }\r
38                                 align, 0.5 0.0;\r
39                         }\r
40                 }\r
41                 part { name, "map";\r
42                         type, SWALLOW;\r
43                         description {\r
44                                 state, "default" 0.0;\r
45                                 rel1 { relative, 0.0 1.0; to, "searchbar"; }\r
46                                 rel2 { relative, 1.0 1.0; to, "bg"; }\r
47                         }\r
48                 }\r
49                 part { name, "progress";\r
50                         type, SWALLOW;\r
51                         scale, 1;\r
52                         mouse_events, 0;\r
53                         description {\r
54                                 state, "default" 0.0;\r
55                                 min, 50 50;\r
56                                 fixed, 1 1;\r
57                                 rel1 { relative, 0.5 0.5; to, "map"; }\r
58                                 rel2 { relative, 0.5 0.5; to, "map"; }\r
59                                 align, 0.5 0.5;\r
60                         }\r
61                 }\r
62         }\r
63 }\r