312fea9cdd6dfc4ef6a04a565626e1b46e35c243
[apps/home/call.git] / ui / call_edc / vcui-view-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
17
18 group {
19         name: "volume";
20         parts {
21                 part {
22                         name: "base";
23                         type: RECT;
24                         description {
25                         state: "default" 0.0;
26                         color: 0 0 0 0;
27                         }
28                 }
29
30                 part {
31                         name: "body_bg";
32                         type: RECT;
33                         scale: 1;
34                         mouse_events: 0;
35                         description {
36                                 state: "default" 0.0;
37                                 min: 624 126;
38                                 max: 624 126;
39                                 rel1 { relative: 0.0 0.0; to: "base"; }
40                                 rel2 { relative: 1.0 1.0; to: "base"; }
41                                 color: 0 0 0 0;
42                         }
43                 }
44
45                 part {
46                         name: "volume_icon";
47                         type: SWALLOW;
48                         scale: 1;
49                         mouse_events: 1;
50                         description {
51                                 state: "default" 0.0;
52                                 min: 64 64;
53                                 max: 64 64;
54                                 align: 0.5 0.5;
55                                 rel1 { relative: (40/624) (31/126); to: "body_bg"; }
56                                 rel2 { relative: (104/624) (95/126); to: "body_bg"; }
57                                 color: 255 255 255 255;
58                         }
59                         description {
60                                 state: "mute" 0.0;
61                                 inherit: "default" 0.0;
62                         }
63                 }
64
65                 part {
66                         name: "volume_slider";
67                         type: SWALLOW;
68                         scale: 1;
69                         mouse_events: 1;
70                         description {
71                                 state: "default" 0.0;
72                                 align: 0.5 0.5;
73                                 rel1 { relative: 130/624 0.0; to: "body_bg"; }
74                                 rel2 { relative: 584/624 1.0; to: "body_bg"; }
75                                 color: 0 0 0 0;
76                         }
77                 }
78         }
79 }