Merge "[Button]Naviframe_control style macro's modified."
[profile/ivi/efl-theme-tizen.git] / themes / widgets / selectioninfo.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved 
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 group { name: "elm/standard/selectioninfo/default";
20    parts {
21       part { name: "bg";
22          type: RECT;
23          scale : 1;
24          description {
25             state: "default" 0.0;
26             min: 0 SELECTION_INFO_VER_PADDING_INC;
27             fixed: 0 1;
28             align: 0.5 1.0;
29             rel1.relative: 0.0 1.0;
30             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
31          }
32       }
33       part { name: "padding_left";
34          scale: 1;
35          description {
36             state: "default" 0.0;
37             min: SELECTION_INFO_LEFT_PADDING_INC 0;
38             align: 0.0 0.5;
39             rel1.to: "bg";
40             rel2 {
41                to: "bg";
42                relative: 0.0 1.0;
43             }
44             fixed: 1 0;
45             visible: 0;
46          }
47       }
48       part {
49          name: "elm.text";
50          type: TEXT;
51          mouse_events: 0;
52          scale: 1;
53          description {
54             state: "default" 0.0;
55             rel1 {
56                to: "padding_left";
57                relative: 1.0 0.0;
58             }
59             rel2.to: "bg";
60             color: SELECTION_INFO_TEXT_COLOR_INC;
61             text {
62                font: "SLP";
63                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
64                text: "";
65                align: 0.0 0.5;
66                text_class: "slp";
67             }
68          }
69       }
70    }
71    programs {
72       program { name: "clicked";
73          signal: "mouse,clicked,1";
74          source: "bg";
75          action: SIGNAL_EMIT "elm,action,click" "";
76       }
77    }
78 }
79
80 group { name: "elm/standard/selectioninfo/vertical/bottom_12";
81    parts {
82       part { name: "bg";
83          type: RECT;
84          scale : 1;
85          description {
86             state: "default" 0.0;
87             min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_VER_PADDING_INC;
88             fixed: 1 1;
89             align: 0.5 1.0;
90             rel1.relative: 0.5 1.0;
91             rel2.relative: 0.5 1.0;
92             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
93          }
94       }
95       part {
96          name: "elm.text";
97          type: TEXT;
98          mouse_events: 0;
99          scale: 1;
100          description {
101             state: "default" 0.0;
102             align: 0.5 0.0;
103             rel1 { to: "bg"; }
104             rel2 { to: "bg"; }
105             color: SELECTION_INFO_TEXT_COLOR_INC;
106             text {
107                font: "SLP";
108                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
109                text: "";
110                text_class: "slp";
111             }
112          }
113       }
114    }
115    programs {
116       program { name: "clicked";
117          signal: "mouse,clicked,1";
118          source: "base";
119          action: SIGNAL_EMIT "elm,action,click" "";
120       }
121    }
122 }
123
124 group { name: "elm/standard/selectioninfo/vertical/bottom_64";
125    parts {
126       part {
127          name: "bg";
128          type: RECT;
129          mouse_events: 1;
130          repeat_events: 1;
131          scale : 1;
132          description {
133             state: "default" 0.0;
134             min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC;
135             fixed: 1 1;
136             align: 0.5 1.0;
137             rel1.relative: 0.5 1.0;
138             rel2.relative: 0.5 1.0;
139             color: 0 0 0 0;
140          }
141       }
142       part { name: "base";
143          type: RECT;
144          mouse_events: 1;
145          scale : 1;
146          description {
147             state: "default" 0.0;
148             min: 0 SELECTION_INFO_VER_PADDING_INC;
149             fixed: 0 1;
150             align: 0.5 0.0;
151             rel1 { relative: 0.0 0.0; to: "bg"; }
152             rel2 { relative: 1.0 0.32; to: "bg"; }
153             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
154          }
155       }
156       part {
157          name: "elm.text";
158          type: TEXT;
159          mouse_events: 0;
160          scale: 1;
161          description {
162             state: "default" 0.0;
163             align: 0.5 0.0;
164             rel1 { to: "base"; }
165             rel2 { to: "base"; }
166             color: SELECTION_INFO_TEXT_COLOR_INC;
167             text {
168                font: "SLP";
169                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
170                text: "";
171                text_class: "slp";
172             }
173          }
174       }
175    }
176    programs {
177       program {
178          name: "clicked";
179          signal: "mouse,clicked,1";
180          source: "base";
181          action: SIGNAL_EMIT "elm,action,click" "";
182       }
183    }
184 }
185
186 group { name: "elm/standard/selectioninfo/vertical/bottom_86";
187    parts {
188       part {
189          name: "bg";
190          type: RECT;
191          mouse_events: 1;
192          repeat_events: 1;
193          scale : 1;
194          description {
195             state: "default" 0.0;
196             min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC;
197             fixed: 1 1;
198             align: 0.5 1.0;
199             rel1.relative: 0.5 1.0;
200             rel2.relative: 0.5 1.0;
201             color: 0 0 0 0;
202          }
203       }
204       part {
205          name: "base";
206          type: RECT;
207          mouse_events: 1;
208          scale : 1;
209          description {
210             state: "default" 0.0;
211             min: 0 SELECTION_INFO_VER_PADDING_INC;
212             fixed: 0 1;
213             align: 0.5 0.0;
214             rel1 { relative: 0.0 0.0; to: "bg"; }
215             rel2 { relative: 1.0 0.258; to: "bg"; }
216             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
217          }
218       }
219       part {
220          name: "elm.text";
221          type: TEXT;
222          mouse_events: 0;
223          scale: 1;
224          description {
225             state: "default" 0.0;
226             align: 0.5 0.0;
227             rel1 { to: "base"; }
228             rel2 { to: "base"; }
229             color: SELECTION_INFO_TEXT_COLOR_INC;
230             text {
231                font: "SLP";
232                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
233                text: "";
234                text_class: "slp";
235             }
236          }
237       }
238    }
239    programs {
240       program {
241          name: "clicked";
242          signal: "mouse,clicked,1";
243          source: "base";
244          action: SIGNAL_EMIT "elm,action,click" "";
245       }
246    }
247 }
248
249 group { name: "elm/standard/selectioninfo/horizontal/bottom_12";
250    parts {
251       part { name: "bg";
252          type: RECT;
253          mouse_events: 1;
254          repeat_events: 1;
255          scale : 1;
256          description {
257             state: "default" 0.0;
258             min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_VER_PADDING_INC;
259             fixed: 1 1;
260             align: 0.5 1.0;
261             rel1.relative: 0.5 1.0;
262             rel2.relative: 0.5 1.0;
263             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
264          }
265       }
266       part {
267          name: "elm.text";
268          type: TEXT;
269          mouse_events: 0;
270          scale: 1;
271          description {
272             state: "default" 0.0;
273             align: 0.5 0.0;
274             rel1 { to: "bg"; }
275             rel2 { to: "bg"; }
276             color: SELECTION_INFO_TEXT_COLOR_INC;
277             text {
278                font: "SLP";
279                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
280                text: "";
281                text_class: "slp";
282             }
283          }
284       }
285    }
286    programs {
287       program { name: "clicked";
288          signal: "mouse,clicked,1";
289          source: "base";
290          action: SIGNAL_EMIT "elm,action,click" "";
291       }
292    }
293 }
294
295 group { name: "elm/standard/selectioninfo/horizontal/bottom_64";
296    parts {
297       part {
298          name: "bg";
299          type: RECT;
300          mouse_events: 1;
301          repeat_events: 1;
302          scale : 1;
303          description {
304             state: "default" 0.0;
305             min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC;
306             fixed: 1 1;
307             align: 0.5 1.0;
308             rel1.relative: 0.5 1.0;
309             rel2.relative: 0.5 1.0;
310             color: 0 0 0 0;
311          }
312       }
313       part { name: "base";
314          type: RECT;
315          mouse_events: 1;
316          scale : 1;
317          description {
318             state: "default" 0.0;
319             min: 0 SELECTION_INFO_VER_PADDING_INC;
320             fixed: 0 1;
321             align: 0.5 0.0;
322             rel1 { relative: 0.0 0.0; to: "bg"; }
323             rel2 { relative: 1.0 0.32; to: "bg"; }
324             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
325          }
326       }
327       part {
328          name: "elm.text";
329          type: TEXT;
330          mouse_events: 0;
331          scale: 1;
332          description {
333             state: "default" 0.0;
334             align: 0.5 0.0;
335             rel1 { to: "base"; }
336             rel2 { to: "base"; }
337             color: SELECTION_INFO_TEXT_COLOR_INC;
338             text {
339                font: "SLP";
340                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
341                text: "";
342                text_class: "slp";
343             }
344          }
345       }
346    }
347    programs {
348       program {
349          name: "clicked";
350          signal: "mouse,clicked,1";
351          source: "base";
352          action: SIGNAL_EMIT "elm,action,click" "";
353       }
354    }
355 }
356
357 group { name: "elm/standard/selectioninfo/horizontal/bottom_86";
358    parts {
359       part {
360          name: "bg";
361          type: RECT;
362          mouse_events: 1;
363          repeat_events: 1;
364          scale : 1;
365          description {
366             state: "default" 0.0;
367             min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC;
368             fixed: 1 1;
369             align: 0.5 1.0;
370             rel1.relative: 0.5 1.0;
371             rel2.relative: 0.5 1.0;
372             color: 0 0 0 0;
373          }
374       }
375       part {
376          name: "base";
377          type: RECT;
378          mouse_events: 1;
379          scale : 1;
380          description {
381             state: "default" 0.0;
382             min: 0 SELECTION_INFO_VER_PADDING_INC;
383             fixed: 0 1;
384             align: 0.5 0.0;
385             rel1 { relative: 0.0 0.0; to: "bg"; }
386             rel2 { relative: 1.0 0.258; to: "bg"; }
387             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
388          }
389       }
390       part {
391          name: "elm.text";
392          type: TEXT;
393          mouse_events: 0;
394          scale: 1;
395          description {
396             state: "default" 0.0;
397             align: 0.5 0.0;
398             rel1 { to: "base"; }
399             rel2 { to: "base"; }
400             color: SELECTION_INFO_TEXT_COLOR_INC;
401             text {
402                font: "SLP";
403                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
404                text: "";
405                text_class: "slp";
406             }
407          }
408       }
409    }
410    programs {
411       program {
412          name: "clicked";
413          signal: "mouse,clicked,1";
414          source: "base";
415          action: SIGNAL_EMIT "elm,action,click" "";
416       }
417    }
418 }