apply FSL license
[pkgs/p/phone-lock.git] / data / phone-lock-view-info.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: "phlock.view.info";
20
21                 parts{
22                         part{
23                                 name: "bg";
24                                 type: RECT;
25                                 mouse_events: 0;
26                                 description{
27                                         state: "default" 0.0;
28                                         color: 0 0 0 0;
29                                 }
30                         }
31                         part{
32                                 name: "label.time";
33                                 type: SWALLOW;
34                                 mouse_events: 0;
35                                 scale: 1;
36                                 description{
37                                         state: "default" 0.0;
38                                         fixed: 1 1;
39                                         rel1 { relative: 0.0     37/186;        to: "bg";}
40                                         rel2 { relative: 432/440 181/186;       to: "bg";}
41                                         color: 0 0 0 0;
42                                 }
43                         }
44                         part{
45                                 name: "label.date";
46                                 type: SWALLOW;
47                                 scale: 1;
48                                 description{
49                                         state: "default" 0.0;
50                                         fixed: 1 1;
51                                         rel1 { relative: 0.0     5/186;         to: "bg";}
52                                         rel2 { relative: 432/440 32/186;        to: "bg";}
53                                         color: 0 0 0 0;
54                                 }
55                         }
56                 }
57                 programs{
58                 }
59         }