Tizen release 1.0
[pkgs/c/contacts.git] / edc / progress.edc
1 /*
2  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * This file is part of ug-contacts-efl
5  *
6  * Written by  Youngjae Shin <yj99.shin@samsung.com>
7  *             Donghee Ye <donghee.ye@samsung.com>
8  *             Sunggoo Kim <sung.goo.kim@samsung.com>
9  *
10  * PROPRIETARY/CONFIDENTIAL
11  *
12  * This software is the confidential and proprietary information of
13  * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
14  * disclose such Confidential Information and shall use it only in
15  * accordance with the terms of the license agreement you entered
16  * into with SAMSUNG ELECTRONICS.
17  * SAMSUNG make no representations or warranties about the suitability
18  * of the software, either express or implied, including but not limited
19  * to the implied warranties of merchantability, fitness for a particular
20  * purpose, or non-infringement. SAMSUNG shall not be liable for any
21  * damages suffered by licensee as a result of using, modifying or
22  * distributing this software or its derivatives.
23  *
24  */
25
26 collections {
27    group { name: "popup_center_text_progressview";
28       parts{
29          part { name: "pad_t";
30             scale : 1;
31             mouse_events: 0;
32             repeat_events: 1;
33             description { state: "default" 0.0;
34                align: 0.5 0.0;
35                min: 0 14;
36                fixed: 0 1;
37                rel1 {
38                   relative: 1.0 0.0;
39                   to_x: "pad_l";
40                }
41                rel2 {
42                   relative: 0.0 0.0;
43                   to_x: "pad_r";
44                }
45             }
46          }
47          part { name: "pad_l";
48             scale: 1;
49             description { state: "default" 0.0;
50                min : 10 0;
51                fixed: 1 0;
52                rel1 {
53                   relative: 0.0 0.0;
54                }
55                rel2 {
56                   relative: 0.0 1.0;
57                }
58                align: 0.0 0.0;
59             }
60          }
61          part { name: "pad_r";
62             scale: 1;
63             description { state: "default" 0.0;
64                min : 10 0;
65                fixed: 1 0;
66                rel1 {
67                   relative: 1.0 0.0;
68                }
69                rel2 {
70                   relative: 1.0 1.0;
71                }
72                align: 1.0 0.0;
73             }
74          }
75          part{ name:"elm.swallow.content";
76             type: SWALLOW;
77             scale : 1;
78             description { state: "default" 0.0;
79                min: 400 0;
80                align: 0.5 0.5;
81                fixed: 1 0;
82                rel1 {
83                   relative: 0.5 1.0;
84                   to: "pad_t";
85                }
86                rel2 {
87                   relative: 0.5 0.0;
88                   to: "pad_b";
89                }
90             }
91          }
92          part { name: "pad_b";
93             scale : 1;
94             mouse_events: 0;
95             repeat_events: 1;
96             description { state: "default" 0.0;
97                align: 0.5 1.0;
98                min: 0 90;
99                fixed: 0 1;
100                rel1 {
101                   relative: 1.0 1.0;
102                   to_x: "pad_l";
103                }
104                rel2 {
105                   relative: 0.0 1.0;
106                   to_x: "pad_r";
107                }
108             }
109          }
110          part { name: "elm.swallow.end";
111             type: SWALLOW;
112             scale : 1;
113             mouse_events: 1;
114             repeat_events: 1;
115             description { state: "default" 0.0;
116                align: 0.0 0.0;
117                fixed: 1 1;
118                rel1 {
119                   relative: 0.0 0.0;
120                   to: "pad_b";
121                }
122                rel2 {
123                   relative: 1.0 1.0;
124                   to: "pad_b";
125                }
126             }
127          }
128          part { name: "pad_bm";
129             scale : 1;
130             mouse_events: 0;
131             repeat_events: 1;
132             description { state: "default" 0.0;
133                align: 0.0 1.0;
134                min: 0 52;
135                fixed: 0 1;
136                rel1 {
137                   relative: 0.0 1.0;
138                   to: "pad_b";
139                }
140                rel2 {
141                   relative: 1.0 1.0;
142                   to: "pad_b";
143                }
144             }
145          }
146          part { name: "elm.text.subtext1";
147             type: TEXT;
148             scale : 1;
149             description { state: "default" 0.0;
150                text {
151                   font: "SLP:style=Medium";
152                   size: 16;
153                   min: 0 0;
154                   align: 0.0 1.0;
155                }
156                color: 108 108 108 255;
157                align: 0.0 0.5;
158                rel1 {
159                   relative: 0.0 0.0;
160                   to: "pad_bm";
161                }
162                rel2 {
163                   relative: 1.0 1.0;
164                   to: "pad_bm";
165                }
166             }
167          }
168          part { name: "elm.text.subtext2";
169             type: TEXT;
170             scale : 1;
171             description { state: "default" 0.0;
172                text {
173                   font: "SLP:style=Medium";
174                   size: 16;
175                   min: 0 0;
176                   align: 1.0 1.0;
177                }
178                color: 108 108 108 255;
179                align: 1.0 0.5;
180                rel1 {
181                   relative: 0.0 0.0;
182                   to: "pad_bm";
183                }
184                rel2 {
185                   relative: 1.0 1.0;
186                   to: "pad_bm";
187                }
188             }
189          }
190       }
191    }
192 }