Update wrt-installer_0.0.51
[framework/web/wrt-installer.git] / data / widget_install_popup.edc
1 /*
2  * Copyright (c) 2011 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 collections {
18     group {
19         name: "popup";
20         parts{
21             part {
22                 name: "pad_t";
23                 type: RECT;
24                 scale: 1;
25                 description {
26                     state: "default" 0.0;
27                     min: 0 90;
28                     fixed: 0 1;
29                     visible: 0;
30                     color: 19 222 249  255;
31                     align: 0.0 0.0;
32                     rel1 {
33                         relative: 1.0 0.0; to_x: "pad_l";
34                     }
35                     rel2 {
36                         relative: 0.0 0.0; to_x: "pad_r";
37                     }
38                 }
39             }
40             part {
41                 name: "pad_l";
42                 type: RECT;
43                 scale: 1;
44                 description {
45                     state: "default" 0.0;
46                     min: 10 300;
47                     fixed: 1 0;
48                     visible: 0;
49                     color: 255 255 255 255;
50                     align: 0.0 0.0;
51                     rel1 {
52                         relative: 0.0 0.0;
53                     }
54                     rel2 {
55                         relative: 0.0 1.0;
56                     }
57                 }
58             }
59             part {
60                 name: "pad_r";
61                 type: RECT;
62                 scale: 1;
63                 description {
64                     state: "default" 0.0;
65                     min: 10 300;
66                     fixed: 1 0;
67                     visible: 0;
68                     color: 255 255 255 255;
69                     align: 1.0 0.0;
70                     rel1 {
71                         relative: 1.0 0.0;
72                     }
73                     rel2 {
74                         relative: 1.0 1.0;
75                     }
76                 }
77             }
78             part {
79                 name: "elm.swallow.label";
80                 type: SWALLOW;
81                 scale: 1;
82                 description {
83                     state: "default" 0.0;
84                     align: 0.5 0.0;
85                     visible: 1;
86                     min: 10 100;
87                     fixed: 1 1;
88                     color: 19 222 249  255;
89                     rel1 {
90                         relative: 0.0 0.0; to: "pad_t";
91                     }
92                     rel2 {
93                         relative: 1.0 1.0; to: "pad_t";
94                     }
95                 }
96             }
97             part {
98                 name: "elm.swallow.separator";
99                 type: SWALLOW;
100                 scale: 1;
101                 description {
102                     state: "default" 0.0;
103                     align: 0.5 0.5;
104                     visible: 0;
105                     min: 600 10;
106                     fixed: 1 1;
107                     color: 19 222 249  255;
108                     rel1 {
109                         relative: 0.5 1.0; to: "pad_t";
110                     }
111                     rel2 {
112                         relative: 0.5 0.0; to: "pad_b";
113                     }
114                 }
115             }
116             part {
117                 name: "elm.swallow.scroller";
118                 type: SWALLOW;
119                 scale: 1;
120                 description {
121                     state: "default" 0.0;
122                     min: 550 160;
123                     align: 0.5 0.5;
124                     fixed: 1 1;
125                     visible: 1;
126                     color : 92 93 94 95;
127                     rel1 {
128                         relative: 0.5 1.0; to: "elm.swallow.separator";
129                    }
130                     rel2 {
131                         relative: 0.5 1.0; to: "pad_b";
132                    }
133                 }
134            }
135            part {
136                 name: "pad_b";
137                 type: RECT;
138                 scale: 1;
139                 description {
140                     state: "default" 0.0;
141                     fixed: 1 1;
142                     visible: 0;
143                     align: 0.0 1.0;
144                     color: 250 189 18 255;
145                     min: 0 170;
146                     rel1 {
147                         relative: 1.0 1.0; to_x: "pad_l";
148                     }
149                     rel2 {
150                         relative: 0.0 1.0; to_x: "pad_r";
151                     }
152                 }
153             }
154         }
155     }
156 }