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