tizen_2.0_build
[apps/home/draglock.git] / res / edje / draglock-ui.edc
1 /*
2  * Copyright 2012  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://www.tizenopensource.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 group {
18         name: "draglock-ui";
19
20         parts {
21                 part {
22                         name: "bg";
23                         type: RECT;
24
25                         description {
26                                 state: "default" 0.0;
27                                 color: 0 0 0 255;
28                         }
29                 }
30
31                 part {
32                         name: "sw.bg";
33                         type: SWALLOW;
34                         scale: 1;
35
36                         description {
37                                 state: "default" 0.0;
38                                 rel1 {
39                                         to: "bg";
40                                 }
41                                 rel2 {
42                                         to: "bg";
43                                 }
44                         }
45                 }
46
47                 part {
48                         name: "sw.time";
49                         type: SWALLOW;
50                         scale: 1;
51
52                         description {
53                                 state: "default" 0.0;
54                                 align: 0.0 1.0;
55                                 min: 0 356;
56                                 fixed: 1.0 1.0;
57
58                                 rel1 {
59                                         relative: 0.0 1.0;
60                                         to: "bg";
61                                 }
62                                 rel2 {
63                                         to: "bg";
64                                 }
65                         }
66                 }
67         }
68 }