updated copyright
[profile/ivi/efl-theme-tizen.git] / themes / groups / conformant.edc
1 /*
2  *  nbeat-theme
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, IlKook Yun <ilkook.yun@samsung.com>, CinWoo Kim <cinoo.kim@samsung.com> JiYeon Park <jy0703.park@samsung.com>
7  * 
8  * This library is free software; you can redistribute it and/or modify it under
9  * the terms of the GNU Lesser General Public License as published by the
10  * Free Software Foundation; either version 2.1 of the License, or (at your option)
11  * any later version.
12  * 
13  * This library is distributed in the hope that it will be useful, but WITHOUT ANY
14  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
15  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16  * License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; if not, write to the Free Software Foundation, Inc., 51
20  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21  *
22  */
23
24 /////////////////////////////////////////////////////////////////////////////
25  group { name: "elm/conformant/base/default";
26      parts {
27         part { name: "elm.swallow.content";
28            type: SWALLOW;
29            description { state: "default" 0.0;
30               align: 0.5 0.5;
31               rel2.relative: 1.0 0.0;
32               rel2.to_y: "elm.swallow.virtualkeypad";
33            }
34         }
35         part { name: "elm.swallow.virtualkeypad";
36            type: SWALLOW;
37            description { state: "default" 0.0;
38               fixed: 1 1;
39               align: 0.0 1.0;
40               rel1.relative: 0.0 1.0;
41            }
42         }
43      }
44   }
45
46  group { name: "elm/conformant/base/internal_layout";
47      parts {
48         part { name: "elm.swallow.shelf";
49            type: SWALLOW;
50            description { state: "default" 0.0;
51               fixed: 1 1;
52               align: 0.0 0.0;
53               rel2.relative: 1.0 0.0;
54            }
55         }
56         part { name: "elm.swallow.content";
57            type: SWALLOW;
58            description { state: "default" 0.0;
59               align: 0.5 0.5;
60               rel1.relative: 0.0 0.0; //overlap elm.swallow.shelf
61               rel1.to_y: "elm.swallow.shelf";
62               rel2.relative: 1.0 0.0;
63               rel2.to_y: "elm.swallow.virtualkeypad";
64            }
65         }
66         part { name: "elm.swallow.virtualkeypad";
67            type: SWALLOW;
68            description { state: "default" 0.0;
69               fixed: 1 1;
70               align: 0.0 1.0;
71               rel1.relative: 0.0 1.0;
72            }
73         }
74      }
75   }