tizen 2.4 release
[apps/home/ug-lockscreen-setting-efl.git] / ug-lockscreen-setting-efl / res / edje / lockscreen-options-preview / lock-theme3.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-theme3";
21         images{
22                 image: "theme_frame_magazine.png" COMP;
23         }
24         parts{
25                 part{
26                         name: "bg";
27                         type: RECT;
28                         description{
29                                 state : "default" 0.0;
30                                 color: 0 0 0 0;
31                         }
32                 }
33                 part{
34                         name: "img.masking.clip.rect";
35                         type: RECT;
36                         description{
37                                 state : "default" 0.0;
38                                 color_class: "color_theme3";
39                         }
40                 }
41                 part{
42                         name: "img.masking";
43                         type: IMAGE;
44                         scale: 1;
45                         mouse_events: 0;
46                         clip_to: "img.masking.clip.rect";
47                         description{
48                                 state: "default" 0.0;
49                                 rel1{
50                                         relative: 0.0 0.0;
51                                         to: "bg";
52                                 }
53                                 rel2{
54                                         relative: 1.0 1.0;
55                                         to: "bg";
56                                 }
57                                 image.normal: "theme_frame_magazine.png";
58                         }
59                 }
60                 LOCK_TITLE();
61         }
62
63         programs{
64                 PROGRAMS_ELLIPSIS();
65                 PROGRAM_SIGNAL_EMIT_CLICK(textblock.title, textblock.title.click);
66         }
67 }