[Handler] added MACRO for different border sizes
[profile/ivi/efl-theme-tizen.git] / themes / widgets / conformant.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved 
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 /////////////////////////////////////////////////////////////////////////////
20  group { name: "elm/conformant/base/default";
21      parts {
22         part { name: "elm.swallow.content";
23            type: SWALLOW;
24            description { state: "default" 0.0;
25               align: 0.5 0.5;
26               rel2.relative: 1.0 0.0;
27               rel2.to_y: "elm.swallow.clipboard";
28            }
29         }
30         part { name: "elm.swallow.clipboard";
31            type: SWALLOW;
32            description { state: "default" 0.0;
33               fixed: 0 1;
34               align: 0.0 1.0;
35               rel1.relative: 0.0 0.0;
36               rel1.to_y: "elm.swallow.virtualkeypad";
37               rel2.relative: 1.0 0.0;
38               rel2.to_y: "elm.swallow.virtualkeypad";
39            }
40         }
41         part { name: "elm.swallow.virtualkeypad";
42            type: SWALLOW;
43            description { state: "default" 0.0;
44               fixed: 0 1;
45               align: 0.0 1.0;
46               rel1.relative: 0.0 1.0;
47            }
48         }
49      }
50   }
51
52  group { name: "elm/conformant/base/internal_layout";
53      parts {
54         part { name: "elm.swallow.indicator";
55            type: SWALLOW;
56            description { state: "default" 0.0;
57               fixed: 1 1;
58               align: 0.0 0.0;
59               rel2.relative: 1.0 0.0;
60            }
61         }
62         part { name: "elm.swallow.content";
63            type: SWALLOW;
64            description { state: "default" 0.0;
65               fixed: 0 1;
66               align: 0.5 0.5;
67               rel1.relative: 0.0 0.0;
68               rel1.to_y: "elm.swallow.indicator";
69               rel2.relative: 1.0 0.0;
70               rel2.to_y: "elm.swallow.clipboard";
71            }
72         }
73         part { name: "elm.swallow.clipboard";
74            type: SWALLOW;
75            description { state: "default" 0.0;
76               fixed: 0 1;
77               align: 0.0 1.0;
78               rel1.relative: 0.0 0.0;
79               rel1.to_y: "elm.swallow.virtualkeypad";
80               rel2.relative: 1.0 0.0;
81               rel2.to_y: "elm.swallow.virtualkeypad";
82            }
83         }
84         part { name: "elm.swallow.virtualkeypad";
85            type: SWALLOW;
86            description { state: "default" 0.0;
87               fixed: 1 1;
88               align: 0.0 1.0;
89               rel1.relative: 0.0 1.0;
90            }
91         }
92      }
93  }
94  group { name: "elm/conformant/layout/content";
95     parts {
96        part { name: "elm.swallow.content";
97           type: SWALLOW;
98           description { state: "default" 0.0;
99           }
100        }
101     }
102  }