tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / pinlock_layout.edc
1 /*
2  *  Copyright (c) 2014 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://floralicense.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 group { name: "editfield_layout";
19    parts {
20       part { name: "bg";
21          type: RECT;
22          scale: 1;
23          description { state: "default" 0.0;
24                     color_class: "B011";
25          }
26       }
27       part { name: "top_padding";
28          type: RECT;
29          scale: 1;
30          description { state: "default" 0.0;
31             min: 0 8;
32                         align: 0.5 0.0;
33             fixed: 0 1;
34             rel1 {
35                relative: 0 0;
36                to: "bg";
37             }
38             rel2 {
39                relative: 1 0;
40                to: "bg";
41             }
42             color: 0 0 0 0;
43          }
44       }
45       part { name: "left_padding";
46          type: RECT;
47          scale: 1;
48          description { state: "default" 0.0;
49             min: 16 0;
50             fixed: 1 0;
51             rel1 {
52                relative: 0 0;
53                to: "bg";
54             }
55             rel2 {
56                relative: 0 1;
57                to: "bg";
58             }
59             color: 0 0 0 0;
60             align: 0.0 0.5;
61          }
62       }
63       part { name: "bg_entry";
64          type: RECT;
65          mouse_events: 0;
66          scale:1;
67          description { state: "default" 0.0;
68             min: 0 48;
69             max: 328 48;
70             fixed:1 1;
71             rel1 {
72                relative: 0.0  1.0;
73                to_y: "top_padding";
74             }
75             color: 0 0 0 0;
76             align: 0 0;
77          }
78       }
79       part { name: "entry_part";
80          type: SWALLOW;
81          scale: 1;
82          description { state: "default" 0.0;
83             min: 328 48;
84             max: 328 48;
85             fixed: 1 0;
86             rel1 {
87                relative: 1.0  0.0;
88                to_x: "left_padding";
89                to_y: "bg_entry";
90             }
91             align: 0 0;
92          }
93       }
94       part { name: "padding";
95          type: RECT;
96          scale: 1;
97          description { state: "default" 0.0;
98             min: 0 30;
99             align: 0 1;
100             rel1 {
101                relative: 0 1.0;
102                to_y: "entry_part";
103             }
104             rel2.relative: 1 1.0;
105             color: 0 0 0 0;
106          }
107       }
108    }
109 }