tizen 2.4 release
[apps/home/ug-lockscreen-setting-efl.git] / ug-lockscreen-setting-efl / res / edje / lockscreen-options-style-preview / style-lock-theme5.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 group{
19         name: "style-lock-theme5";
20         images{
21                 image: "setting_frame_fun.png" COMP;
22                 image: "setting_text_fun.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: "bg_content";
35                         type: RECT;
36                         description{
37                                 state : "default" 0.0;
38                                 color: 0 0 0 0;
39                                 rel1{
40                                         relative: 0.0 0;
41                                         to: "bg";
42                                 }
43                                 rel2{
44                                         relative: 1.0 (1.0-(48.0/802));
45                                         to: "bg";
46                                 }
47                         }
48                 }
49                 part{
50                         name: "sw.bg";
51                         type: SWALLOW;
52                         scale: 1;
53                         mouse_events: 1;
54                         description{
55                                 state: "default" 0.0;
56                                 rel1{
57                                         to: "bg_content";
58                                 }
59                                 rel2{
60                                         to: "bg_content";
61                                 }
62                         }
63                 }
64                 part{
65                         name: "img.masking.clip.rect";
66                         type: RECT;
67                         description{
68                                 state : "default" 0.0;
69                                 color_class: "color_theme5";
70                         }
71                 }
72                 part{
73                         name: "img.masking";
74                         type: IMAGE;
75                         scale: 1;
76                         mouse_events: 0;
77                         clip_to: "img.masking.clip.rect";
78                         description{
79                                 state: "default" 0.0;
80                                 rel1{
81                                         relative: 0.0 0.0;
82                                         to: "bg_content";
83                                 }
84                                 rel2{
85                                         relative: 1.0 1.0;
86                                         to: "bg_content";
87                                 }
88                                 image.normal: "setting_frame_fun.png";
89                         }
90                 }
91                 part{
92                         name: "img.text";
93                         type: IMAGE;
94                         scale: 1;
95                         mouse_events: 0;
96                         description{
97                                 state: "default" 0.0;
98                                 rel1{
99                                         relative: 0.0 0.0;
100                                         to: "bg";
101                                 }
102                                 rel2{
103                                         relative: 1.0 1.0;
104                                         to: "bg";
105                                 }
106                                 image.normal: "setting_text_fun.png";
107                         }
108                 }
109         }
110 }
111
112 group{
113         name: "style-lock-theme5.landscape";
114         images{
115                 image: "setting_frame_fun_h.png" COMP;
116                 image: "setting_text_fun_h.png" COMP;
117         }
118         parts{
119                 part{
120                         name: "bg";
121                         type: RECT;
122                         description{
123                                 state : "default" 0.0;
124                                 color: 0 0 0 0;
125                         }
126                 }
127                 part{
128                         name: "bg_content";
129                         type: RECT;
130                         description{
131                                 state : "default" 0.0;
132                                 color: 0 0 0 0;
133                                 rel1{
134                                         relative: 0.0 0;
135                                         to: "bg";
136                                 }
137                                 rel2{
138                                         relative: 1.0 (1.0-(34/562));
139                                         to: "bg";
140                                 }
141                         }
142                 }
143                 part{
144                         name: "sw.bg";
145                         type: SWALLOW;
146                         scale: 1;
147                         mouse_events: 1;
148                         description{
149                                 state: "default" 0.0;
150                                 rel1{
151                                         to: "bg_content";
152                                 }
153                                 rel2{
154                                         to: "bg_content";
155                                 }
156                         }
157                 }
158                 part{
159                         name: "img.masking.clip.rect";
160                         type: RECT;
161                         description{
162                                 state : "default" 0.0;
163                                 color_class: "color_theme5";
164                         }
165                 }
166                 part{
167                         name: "img.masking";
168                         type: IMAGE;
169                         scale: 1;
170                         mouse_events: 0;
171                         clip_to: "img.masking.clip.rect";
172                         description{
173                                 state: "default" 0.0;
174                                 rel1{
175                                         relative: 0.0 0.0;
176                                         to: "bg_content";
177                                 }
178                                 rel2{
179                                         relative: 1.0 1.0;
180                                         to: "bg_content";
181                                 }
182                                 image.normal: "setting_frame_fun_h.png";
183                         }
184                 }
185                 part{
186                         name: "img.text";
187                         type: IMAGE;
188                         scale: 1;
189                         mouse_events: 0;
190                         description{
191                                 state: "default" 0.0;
192                                 rel1{
193                                         relative: 0.0 0.0;
194                                         to: "bg";
195                                 }
196                                 rel2{
197                                         relative: 1.0 1.0;
198                                         to: "bg";
199                                 }
200                                 image.normal: "setting_text_fun_h.png";
201                         }
202                 }
203         }
204 }