Merge "Package upload"
[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 {
34          name: "elm.text";
35          type: TEXT;
36          mouse_events: 0;
37          scale: 1;
38          description {
39             state: "default" 0.0;
40             rel1.to: "bg";
41             rel2.to: "bg";
42             color: SELECTION_INFO_TEXT_COLOR_INC;
43             text {
44                font: "SLP";
45                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
46                text: "";
47             }
48          }
49       }
50    }
51    programs {
52       program { name: "clicked";
53          signal: "mouse,clicked,1";
54          source: "bg";
55          action: SIGNAL_EMIT "elm,action,click" "";
56       }
57    }
58 }
59
60 group { name: "elm/standard/selectioninfo/vertical/bottom_12";
61    parts {
62       part { name: "bg";
63          type: RECT;
64          scale : 1;
65          description {
66             state: "default" 0.0;
67             min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_VER_PADDING_INC;
68             fixed: 1 1;
69             align: 0.5 1.0;
70             rel1.relative: 0.5 1.0;
71             rel2.relative: 0.5 1.0;
72             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
73          }
74       }
75       part {
76          name: "elm.text";
77          type: TEXT;
78          mouse_events: 0;
79          scale: 1;
80          description {
81             state: "default" 0.0;
82             align: 0.5 0.0;
83             rel1 { to: "bg"; }
84             rel2 { to: "bg"; }
85             color: SELECTION_INFO_TEXT_COLOR_INC;
86             text {
87                font: "SLP";
88                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
89                text: "";
90             }
91          }
92       }
93    }
94    programs {
95       program { name: "clicked";
96          signal: "mouse,clicked,1";
97          source: "base";
98          action: SIGNAL_EMIT "elm,action,click" "";
99       }
100    }
101 }
102
103 group { name: "elm/standard/selectioninfo/vertical/bottom_64";
104    parts {
105       part {
106          name: "bg";
107          type: RECT;
108          mouse_events: 1;
109          repeat_events: 1;
110          scale : 1;
111          description {
112             state: "default" 0.0;
113             min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC;
114             fixed: 1 1;
115             align: 0.5 1.0;
116             rel1.relative: 0.5 1.0;
117             rel2.relative: 0.5 1.0;
118             color: 0 0 0 0;
119          }
120       }
121       part { name: "base";
122          type: RECT;
123          mouse_events: 1;
124          scale : 1;
125          description {
126             state: "default" 0.0;
127             min: 0 SELECTION_INFO_VER_PADDING_INC;
128             fixed: 0 1;
129             align: 0.5 0.0;
130             rel1 { relative: 0.0 0.0; to: "bg"; }
131             rel2 { relative: 1.0 0.32; to: "bg"; }
132             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
133          }
134       }
135       part {
136          name: "elm.text";
137          type: TEXT;
138          mouse_events: 0;
139          scale: 1;
140          description {
141             state: "default" 0.0;
142             align: 0.5 0.0;
143             rel1 { to: "base"; }
144             rel2 { to: "base"; }
145             color: SELECTION_INFO_TEXT_COLOR_INC;
146             text {
147                font: "SLP";
148                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
149                text: "";
150             }
151          }
152       }
153    }
154    programs {
155       program {
156          name: "clicked";
157          signal: "mouse,clicked,1";
158          source: "base";
159          action: SIGNAL_EMIT "elm,action,click" "";
160       }
161    }
162 }
163
164 group { name: "elm/standard/selectioninfo/vertical/bottom_86";
165    parts {
166       part {
167          name: "bg";
168          type: RECT;
169          mouse_events: 1;
170          repeat_events: 1;
171          scale : 1;
172          description {
173             state: "default" 0.0;
174             min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC;
175             fixed: 1 1;
176             align: 0.5 1.0;
177             rel1.relative: 0.5 1.0;
178             rel2.relative: 0.5 1.0;
179             color: 0 0 0 0;
180          }
181       }
182       part {
183          name: "base";
184          type: RECT;
185          mouse_events: 1;
186          scale : 1;
187          description {
188             state: "default" 0.0;
189             min: 0 SELECTION_INFO_VER_PADDING_INC;
190             fixed: 0 1;
191             align: 0.5 0.0;
192             rel1 { relative: 0.0 0.0; to: "bg"; }
193             rel2 { relative: 1.0 0.258; to: "bg"; }
194             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
195          }
196       }
197       part {
198          name: "elm.text";
199          type: TEXT;
200          mouse_events: 0;
201          scale: 1;
202          description {
203             state: "default" 0.0;
204             align: 0.5 0.0;
205             rel1 { to: "base"; }
206             rel2 { to: "base"; }
207             color: SELECTION_INFO_TEXT_COLOR_INC;
208             text {
209                font: "SLP";
210                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
211                text: "";
212             }
213          }
214       }
215    }
216    programs {
217       program {
218          name: "clicked";
219          signal: "mouse,clicked,1";
220          source: "base";
221          action: SIGNAL_EMIT "elm,action,click" "";
222       }
223    }
224 }
225
226 group { name: "elm/standard/selectioninfo/horizontal/bottom_12";
227    parts {
228       part { name: "bg";
229          type: RECT;
230          mouse_events: 1;
231          repeat_events: 1;
232          scale : 1;
233          description {
234             state: "default" 0.0;
235             min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_VER_PADDING_INC;
236             fixed: 1 1;
237             align: 0.5 1.0;
238             rel1.relative: 0.5 1.0;
239             rel2.relative: 0.5 1.0;
240             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
241          }
242       }
243       part {
244          name: "elm.text";
245          type: TEXT;
246          mouse_events: 0;
247          scale: 1;
248          description {
249             state: "default" 0.0;
250             align: 0.5 0.0;
251             rel1 { to: "bg"; }
252             rel2 { to: "bg"; }
253             color: SELECTION_INFO_TEXT_COLOR_INC;
254             text {
255                font: "SLP";
256                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
257                text: "";
258             }
259          }
260       }
261    }
262    programs {
263       program { name: "clicked";
264          signal: "mouse,clicked,1";
265          source: "base";
266          action: SIGNAL_EMIT "elm,action,click" "";
267       }
268    }
269 }
270
271 group { name: "elm/standard/selectioninfo/horizontal/bottom_64";
272    parts {
273       part {
274          name: "bg";
275          type: RECT;
276          mouse_events: 1;
277          repeat_events: 1;
278          scale : 1;
279          description {
280             state: "default" 0.0;
281             min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC;
282             fixed: 1 1;
283             align: 0.5 1.0;
284             rel1.relative: 0.5 1.0;
285             rel2.relative: 0.5 1.0;
286             color: 0 0 0 0;
287          }
288       }
289       part { name: "base";
290          type: RECT;
291          mouse_events: 1;
292          scale : 1;
293          description {
294             state: "default" 0.0;
295             min: 0 SELECTION_INFO_VER_PADDING_INC;
296             fixed: 0 1;
297             align: 0.5 0.0;
298             rel1 { relative: 0.0 0.0; to: "bg"; }
299             rel2 { relative: 1.0 0.32; to: "bg"; }
300             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
301          }
302       }
303       part {
304          name: "elm.text";
305          type: TEXT;
306          mouse_events: 0;
307          scale: 1;
308          description {
309             state: "default" 0.0;
310             align: 0.5 0.0;
311             rel1 { to: "base"; }
312             rel2 { to: "base"; }
313             color: SELECTION_INFO_TEXT_COLOR_INC;
314             text {
315                font: "SLP";
316                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
317                text: "";
318             }
319          }
320       }
321    }
322    programs {
323       program {
324          name: "clicked";
325          signal: "mouse,clicked,1";
326          source: "base";
327          action: SIGNAL_EMIT "elm,action,click" "";
328       }
329    }
330 }
331
332 group { name: "elm/standard/selectioninfo/horizontal/bottom_86";
333    parts {
334       part {
335          name: "bg";
336          type: RECT;
337          mouse_events: 1;
338          repeat_events: 1;
339          scale : 1;
340          description {
341             state: "default" 0.0;
342             min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC;
343             fixed: 1 1;
344             align: 0.5 1.0;
345             rel1.relative: 0.5 1.0;
346             rel2.relative: 0.5 1.0;
347             color: 0 0 0 0;
348          }
349       }
350       part {
351          name: "base";
352          type: RECT;
353          mouse_events: 1;
354          scale : 1;
355          description {
356             state: "default" 0.0;
357             min: 0 SELECTION_INFO_VER_PADDING_INC;
358             fixed: 0 1;
359             align: 0.5 0.0;
360             rel1 { relative: 0.0 0.0; to: "bg"; }
361             rel2 { relative: 1.0 0.258; to: "bg"; }
362             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
363          }
364       }
365       part {
366          name: "elm.text";
367          type: TEXT;
368          mouse_events: 0;
369          scale: 1;
370          description {
371             state: "default" 0.0;
372             align: 0.5 0.0;
373             rel1 { to: "base"; }
374             rel2 { to: "base"; }
375             color: SELECTION_INFO_TEXT_COLOR_INC;
376             text {
377                font: "SLP";
378                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
379                text: "";
380             }
381          }
382       }
383    }
384    programs {
385       program {
386          name: "clicked";
387          signal: "mouse,clicked,1";
388          source: "base";
389          action: SIGNAL_EMIT "elm,action,click" "";
390       }
391    }
392 }