69fb26558113fbd275fcded23967635324f6d832
[apps/core/preloaded/calendar.git] / data / edc / layout / inc.edit.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   */
17
18 group { name, "edit";
19
20         parts {
21                 part { name, "base";
22                         type, RECT;
23                         description {
24                                 state, "default" 0.0;
25                                 visible, 1;
26                         }
27                 }
28                 part { name, "sw";
29                         type, SWALLOW;
30                         description {
31                                 state, "default" 0.0;
32                                 rel1.to, "base";
33                                 rel2.to, "base";
34                         }
35                 }
36
37                 part {
38                                 name: "toolbar";
39                                 type: SWALLOW;
40                                 scale: 1;
41                                 mouse_events: 1;
42                                 description {
43                                         state: "default" 0.0;
44                                         min: 0 78;
45                                         fixed: 0 1;
46                                         align: 0.5 1.0;
47                                         rel1 { relative: 0.0 1.0; }
48                                         rel2 { relative: 1.0 1.0; offset: -1 -1;}
49                                 }
50                 }
51         }
52 }
53 group { name, "edit/attendee";
54
55         parts {
56                 part { name, "base";
57                         type, RECT;
58                         description {
59                                 state, "default" 0.0;
60                                 visible, 0;
61                         }
62                 }
63                 part { name, "button";
64                         type, SWALLOW;
65                         description {
66                                 state, "default" 0.0;
67                                 min: 500 78;
68                                 align: 0.5 0.5;
69                                 rel1 { relative, 0 0;offset, 0 20;to, "base";}
70                                 rel2.to, "base";
71                         }
72                 }
73         }
74 }