b3649e078ecb6dc42cce39df65319368426f1b22
[apps/home/volume-app.git] / data / volume_popup.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  * 
4  * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
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 collections {        \r
17         group { name: "popup_slider_text_style_with_warn_label";\r
18                 parts{\r
19                         part { name: "pad_t";\r
20                          scale : 1;\r
21                          mouse_events: 0;\r
22                          repeat_events: 1;\r
23                          description { state: "default" 0.0;\r
24                             align: 0.0 0.0;\r
25                             min: 0 0;\r
26                             fixed: 0 1;\r
27                             rel1 {\r
28                                relative: 1.0 0.0;\r
29                                to_x: "pad_l";\r
30                             }\r
31                             rel2 {\r
32                                relative: 0.0 0.0;\r
33                                to_x: "pad_r";\r
34                             }\r
35                          }\r
36                       }\r
37                       part { name: "pad_l";\r
38                          scale: 1;\r
39                          description { state: "default" 0.0;\r
40                             min : 38 0;\r
41                             fixed: 1 0;\r
42                             rel1 {\r
43                                relative: 0.0 0.0;\r
44                             }\r
45                             rel2 {\r
46                                relative: 0.0 1.0;\r
47                             }\r
48                             align: 0.0 0.0;\r
49                          }\r
50                       }\r
51                       part { name: "pad_r";\r
52                          scale: 1;\r
53                          description { state: "default" 0.0;\r
54                             min : 38 0;\r
55                             fixed: 1 0;\r
56                             rel1 {\r
57                                relative: 1.0 0.0;\r
58                             }\r
59                             rel2 {\r
60                                relative: 1.0 1.0;\r
61                             }\r
62                             align: 1.0 0.0;\r
63                          }\r
64                       }\r
65                       part{ name:"elm.swallow.slider1";\r
66                          type: SWALLOW;\r
67                          scale : 1;\r
68                          description { state: "default" 0.0;\r
69                             min: 0 0;\r
70                             align: 0.0 0.5;\r
71                             fixed: 1 0;\r
72                             rel1 {\r
73                                relative: 0.0 1.0;\r
74                                to: "pad_t";\r
75                             }\r
76                             rel2 {\r
77                                relative: 1.0 0.0;\r
78                                to: "pad_b";\r
79                             }\r
80                          }\r
81                       }\r
82                       part { name: "pad_b";\r
83                          scale : 1;\r
84                          mouse_events: 0;\r
85                          repeat_events: 1;\r
86                          description { state: "default" 0.0;\r
87                             align: 0.0 1.0;\r
88                             min: 0 101;\r
89                             fixed: 0 1;\r
90                             rel1 {\r
91                                relative: 1.0 1.0;\r
92                                to_x: "pad_l";\r
93                             }\r
94                             rel2 {\r
95                                relative: 0.0 1.0;\r
96                                to_x: "pad_r";\r
97                             }\r
98                          }\r
99                          }\r
100 \r
101                         part { name : "elm.swallow.warn_label";\r
102                                 type: SWALLOW;\r
103                                 scale : 1;\r
104                                 mouse_events: 1;\r
105                                 repeat_events: 1;\r
106                                 description { state: "default" 0.0;\r
107                                         align : 0.0 0.5;\r
108                                         fixed : 0 1;\r
109                                         rel1{\r
110                                                 relative: 0.0 0.5;\r
111                                                 to: "pad_b";\r
112                                         }\r
113                                         rel2{\r
114                                                 relative: 1.0 0.5;\r
115                                                 to : "pad_b";\r
116                                         }                                       \r
117                                 }\r
118                                 \r
119                         }       \r
120                  }\r
121         }               \r
122 }\r
123 \r