Fixed N_SE-8714
[apps/home/call.git] / ui / call_edc / vcui-view-end-single-call.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: "separator-layout-3button";
19         parts{
20                 part { name: "background";
21                         type: RECT;
22                         description {
23                                 state: "default" 0.0;
24                                 color: 0 0 0 153;
25                         }
26                 }
27
28                 part { name: "topline_horiz_sep_1";
29                         type: RECT;
30                         description {
31                                 state: "default" 0.0;
32                                 min: 0 1;
33                                 rel1 { relative: 0 0; offset: 0 -1; to: "background";}
34                                 rel2 { relative: 1 0; to: "background";}
35                                 color: 80 80 80 204;
36                         }
37                 }
38
39                 part { name: "left_vert_sep_1";
40                         type: RECT;
41                         scale: 1;
42                         description {
43                                 state: "default" 0.0;
44                                 min: 1 0;
45                                 rel1 { relative: ENDCALL_LEFT_VERT_SEP_1_L ENDCALL_LEFT_VERT_SEP_1_T; to: "background";}
46                                 rel2 { relative: ENDCALL_LEFT_VERT_SEP_1_R ENDCALL_LEFT_VERT_SEP_1_B; to: "background";}
47                                 color: 70 70 70 255;
48                         }
49                 }
50
51                 part { name: "left_vert_sep_2";
52                         type: RECT;
53                         scale: 1;
54                         description {
55                                 state: "default" 0.0;
56                                 min: 1 0;
57                                 rel1 { relative: ENDCALL_LEFT_VERT_SEP_2_L ENDCALL_LEFT_VERT_SEP_2_T ; to: "background";}
58                                 rel2 { relative: ENDCALL_LEFT_VERT_SEP_2_R ENDCALL_LEFT_VERT_SEP_2_B ; to: "background";}
59                                 color: 35 33 31 255;
60                         }
61                 }
62
63                 part { name: "right_vert_sep_1";
64                         type: RECT;
65                         scale: 1;
66                         description {
67                                 state: "default" 0.0;
68                                 min: 1 0;
69                                 rel1 { relative: ENDCALL_RIGHT_VERT_SEP_1_L ENDCALL_RIGHT_VERT_SEP_1_T ; to: "background";}
70                                 rel2 { relative: ENDCALL_RIGHT_VERT_SEP_1_R ENDCALL_RIGHT_VERT_SEP_1_B ; to: "background";}
71                                 color: 70 70 70 255;
72                         }
73                 }
74
75                 part { name: "right_vert_sep_2";
76                         type: RECT;
77                         scale: 1;
78                         description {
79                                 state: "default" 0.0;
80                                 min: 1 0;
81                                 rel1 { relative: ENDCALL_RIGHT_VERT_SEP_2_L ENDCALL_RIGHT_VERT_SEP_2_T ; to: "background";}
82                                 rel2 { relative: ENDCALL_RIGHT_VERT_SEP_2_R ENDCALL_RIGHT_VERT_SEP_2_B ; to: "background";}
83                                 color: 35 33 31 255;
84                         }
85                 }
86         }
87
88     programs{
89
90         }
91 }
92
93 group {
94     name: "end-singlecall";
95
96     parts {
97                 part { name: "background";
98                         type: RECT;
99                         description {
100                                 state: "default" 0.0;
101                                 color: COLOR_DEFAULT;
102                         }
103                 }
104
105                 part { name: "swl_cid_background";
106                         type: SWALLOW;
107                         description {
108                                 state: "default" 0.0;
109                                 visible: 1;
110                                 rel1 { relative: ENDSINGLECALL_BACKGROUND_CID_L ENDSINGLECALL_BACKGROUND_CID_T; to: "background";}
111                                 rel2 { relative: ENDSINGLECALL_BACKGROUND_CID_R ENDSINGLECALL_BACKGROUND_CID_B; to: "background";}
112                         }
113                 }
114
115                 part { name: "call_bg_img";
116                         type: SWALLOW;
117                         mouse_events: 0;
118                         description {
119                                 state: "default" 0.0;
120                                 rel1 { relative: 0 0; to: "background";}
121                                 rel2 { relative: 1 1; to: "background";}
122                         }
123                 }
124                            
125                 part { name: "swl_cid";
126                         type: SWALLOW;
127                         description {
128                                 state: "default" 0.0;
129                                 rel1 { relative: ENDSINGLECALL_CID_L ENDSINGLECALL_CID_T; }
130                                 rel2 { relative: ENDSINGLECALL_CID_R ENDSINGLECALL_CID_B; }
131                         }
132                 }
133                 
134                 part { name: "caller_info";
135                         type: SWALLOW;
136                         scale: 1;
137                         description {
138                                 state: "default" 0.0;
139                                 visible: 1;
140                                 rel1 { relative: CALLER_INFO_L CALLER_INFO_T; to: "background";}
141                                 rel2 { relative: CALLER_INFO_R CALLER_INFO_B; to: "background";}
142                         }
143                 }
144
145                 part { name: "btn_bg";
146                         type: SWALLOW;
147                         scale: 1;
148                         description {
149                                 state: "default" 0.0;
150                                 rel1 { relative: ENDSINGLECALL_BTN_BG_L ENDSINGLECALL_BTN_BG_T; to: "background";}
151                                 rel2 { relative: ENDSINGLECALL_BTN_BG_R ENDSINGLECALL_BTN_BG_B; to: "background";}
152                         }
153                 }
154
155                 part { name: "btn_voicecall";
156                         type: SWALLOW;
157                         scale: 1;
158                         description {
159                                 state: "default" 0.0;
160                                 rel1 { relative: ENDSINGLECALL_VOICE_BTN_L ENDSINGLECALL_VOICE_BTN_T; to: "background";}
161                                 rel2 { relative: ENDSINGLECALL_VOICE_BTN_R ENDSINGLECALL_VOICE_BTN_B; to: "background";}
162                         }
163                 }
164
165                 part { name: "btn_videocall";
166                         type: SWALLOW;
167                         scale: 1;
168                         description {
169                                 state: "default" 0.0;
170                                 rel1 { relative: ENDSINGLECALL_VIDEO_BTN_L ENDSINGLECALL_VIDEO_BTN_T; to: "background";}
171                                 rel2 { relative: ENDSINGLECALL_VIDEO_BTN_R ENDSINGLECALL_VIDEO_BTN_B; to: "background";}
172                         }                       
173                 }
174
175                 part { name: "btn_message";
176                         type: SWALLOW;
177                         scale: 1;
178                         description {
179                                 state: "default" 0.0;
180                                 rel1 { relative: ENDSINGLECALL_MSG_BTN_L ENDSINGLECALL_MSG_BTN_T; to: "background";}
181                                 rel2 { relative: ENDSINGLECALL_MSG_BTN_R ENDSINGLECALL_MSG_BTN_B; to: "background";}
182                         }                       
183                 }
184
185                 part { name: "btn_contacts";
186                         type: SWALLOW;
187                         scale: 1;
188                         description {
189                                 state: "default" 0.0;
190                                 visible: 1;
191                                 rel1 { relative: ENDSINGLECALL_CONTACT_BTN_L ENDSINGLECALL_CONTACT_BTN_T; to: "background";}
192                                 rel2 { relative: ENDSINGLECALL_CONTACT_BTN_R ENDSINGLECALL_CONTACT_BTN_B; to: "background";}
193                         }                       
194                 }
195         }
196 }