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