tizen 2.4 release
[apps/home/ug-lockscreen-setting-efl.git] / ug-lockscreen-setting-efl / res / edje / lockscreen-options-preview / lock-theme2.edc
1 /*
2  * Copyright (c) 2009 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
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
19 group{
20         name: "lock-theme2";
21         images{
22                 image: "theme_frame_bookcover.png" COMP;
23                 image: "line_yellow_01.png" COMP;
24                 image: "line_yellow_02.png" COMP;
25         }
26         parts{
27                 part{
28                         name: "bg";
29                         type: RECT;
30                         description{
31                                 state : "default" 0.0;
32                                 color: 0 0 0 0;
33                         }
34                 }
35                 part{
36                         name: "img.masking.clip.rect";
37                         type: RECT;
38                         description{
39                                 state : "default" 0.0;
40                                 color_class: "color_theme2";
41                         }
42                 }
43                 part{
44                         name: "img.masking";
45                         type: IMAGE;
46                         scale: 1;
47                         mouse_events: 0;
48                         clip_to: "img.masking.clip.rect";
49                         description{
50                                 state: "default" 0.0;
51                                 rel1{
52                                         relative: 0.0 0.0;
53                                         to: "bg";
54                                 }
55                                 rel2{
56                                         relative: 1.0 1.0;
57                                         to: "bg";
58                                 }
59                                 image.normal: "theme_frame_bookcover.png";
60                         }
61                 }
62                 part{
63                         name: "img.line1";
64                         type: IMAGE;
65                         scale: 1;
66                         mouse_events: 0;
67                         description{
68                                 state: "default" 0.0;
69                                 rel1{
70                                         relative: 40/WIDTH 192/HEIGHT;
71                                         to: "bg";
72                                 }
73                                 rel2{
74                                         relative: (WIDTH-40)/WIDTH 220/HEIGHT;
75                                         to: "bg";
76                                 }
77                                 image.normal: "line_yellow_01.png";
78                         }
79                 }
80                 part{
81                         name: "img.line2";
82                         type: IMAGE;
83                         scale: 1;
84                         mouse_events: 0;
85                         description{
86                                 state: "default" 0.0;
87                                 rel1{
88                                         relative: 40/WIDTH 498/HEIGHT;
89                                         to: "bg";
90                                 }
91                                 rel2{
92                                         relative: (WIDTH-40)/WIDTH 504/HEIGHT;
93                                         to: "bg";
94                                 }
95                                 image.normal: "line_yellow_02.png";
96                         }
97                 }
98                 LOCK_TITLE();
99         }
100
101         programs{
102                 PROGRAMS_ELLIPSIS();
103                 PROGRAM_SIGNAL_EMIT_CLICK(textblock.title, textblock.title.click);
104         }
105 }