apply FSL(Flora Software License)
[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
18 group {
19         name: "draglock-ui";
20
21         parts {
22                 part {
23                         name: "bg";
24                         type: RECT;
25
26                         description {
27                                 state: "default" 0.0;
28                                 color: 0 0 0 255;
29                         }
30                 }
31
32                 part {
33                         name: "sw.bg";
34                         type: SWALLOW;
35                         scale: 1;
36
37                         description {
38                                 state: "default" 0.0;
39                                 rel1 {
40                                         to: "bg";
41                                 }
42                                 rel2 {
43                                         to: "bg";
44                                 }
45                         }
46                 }
47
48                 part {
49                         name: "sw.time";
50                         type: SWALLOW;
51                         scale: 1;
52
53                         description {
54                                 state: "default" 0.0;
55                                 align: 0.0 1.0;
56                                 min: 0 356;
57                                 rel1 {
58                                         relative: 0.0 1.0;
59                                         to: "bg";
60                                 }
61                                 rel2 {
62                                         to: "bg";
63                                 }
64                         }
65                 }
66         }
67 }