Make TIZEN 2.0
[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 1;
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 1;
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                         description {
66                                 state: "default" 0.0;
67                                 min: 1 0;
68                                 rel1 { relative: ENDCALL_RIGHT_VERT_SEP_1_L ENDCALL_RIGHT_VERT_SEP_1_T ; to: "background";}
69                                 rel2 { relative: ENDCALL_RIGHT_VERT_SEP_1_R ENDCALL_RIGHT_VERT_SEP_1_B ; to: "background";}
70                                 color: 70 70 70 255;
71                         }
72                 }
73
74                 part { name: "right_vert_sep_2";
75                         type: RECT;
76                         description {
77                                 state: "default" 0.0;
78                                 min: 1 0;
79                                 rel1 { relative: ENDCALL_RIGHT_VERT_SEP_2_L ENDCALL_RIGHT_VERT_SEP_2_T ; to: "background";}
80                                 rel2 { relative: ENDCALL_RIGHT_VERT_SEP_2_R ENDCALL_RIGHT_VERT_SEP_2_B ; to: "background";}
81                                 color: 35 33 31 255;
82                         }
83                 }
84         }
85
86     programs{
87
88         }
89 }
90
91 group {
92     name: "end-singlecall";
93
94     parts {
95                 part { name: "background";
96                         type: RECT;
97                         description {
98                                 state: "default" 0.0;
99                                 color: COLOR_DEFAULT;
100                         }
101                 }
102
103                 part { name: "swl_cid_background";
104                         type: SWALLOW;
105                         description {
106                                 state: "default" 0.0;
107                                 visible: 1;
108                                 rel1 { relative: ENDSINGLECALL_BACKGROUND_CID_L ENDSINGLECALL_BACKGROUND_CID_T; to: "background";}
109                                 rel2 { relative: ENDSINGLECALL_BACKGROUND_CID_R ENDSINGLECALL_BACKGROUND_CID_B; to: "background";}
110                         }
111                 }
112
113                 part { name: "call_bg_img";
114                         type: SWALLOW;
115                         mouse_events: 0;
116                         description {
117                                 state: "default" 0.0;
118                                 rel1 { relative: 0 0; to: "background";}
119                                 rel2 { relative: 1 1; to: "background";}
120                         }
121                 }
122                            
123                 part { name: "swl_cid";
124                         type: SWALLOW;
125                         description {
126                                 state: "default" 0.0;
127                                 rel1 { relative: ENDSINGLECALL_CID_L ENDSINGLECALL_CID_T; }
128                                 rel2 { relative: ENDSINGLECALL_CID_R ENDSINGLECALL_CID_B; }
129                         }
130                 }
131                 
132                 part { name: "caller_info";
133                         type: SWALLOW;
134                         scale: 1;
135                         description {
136                                 state: "default" 0.0;
137                                 visible: 1;
138                                 rel1 { relative: CALLER_INFO_L CALLER_INFO_T; to: "background";}
139                                 rel2 { relative: CALLER_INFO_R CALLER_INFO_B; to: "background";}
140                         }
141                 }
142
143                 part { name: "btn_bg";
144                         type: SWALLOW;
145                         scale: 1;
146                         description {
147                                 state: "default" 0.0;
148                                 rel1 { relative: ENDSINGLECALL_BTN_BG_L ENDSINGLECALL_BTN_BG_T; to: "background";}
149                                 rel2 { relative: ENDSINGLECALL_BTN_BG_R ENDSINGLECALL_BTN_BG_B; to: "background";}
150                         }
151                 }
152
153                 part { name: "btn_voicecall";
154                         type: SWALLOW;
155                         scale: 1;
156                         description {
157                                 state: "default" 0.0;
158                                 rel1 { relative: ENDSINGLECALL_VOICE_BTN_L ENDSINGLECALL_VOICE_BTN_T; to: "background";}
159                                 rel2 { relative: ENDSINGLECALL_VOICE_BTN_R ENDSINGLECALL_VOICE_BTN_B; to: "background";}
160                         }
161                 }
162
163                 part { name: "btn_videocall";
164                         type: SWALLOW;
165                         scale: 1;
166                         description {
167                                 state: "default" 0.0;
168                                 rel1 { relative: ENDSINGLECALL_VIDEO_BTN_L ENDSINGLECALL_VIDEO_BTN_T; to: "background";}
169                                 rel2 { relative: ENDSINGLECALL_VIDEO_BTN_R ENDSINGLECALL_VIDEO_BTN_B; to: "background";}
170                         }                       
171                 }
172
173                 part { name: "btn_message";
174                         type: SWALLOW;
175                         scale: 1;
176                         description {
177                                 state: "default" 0.0;
178                                 rel1 { relative: ENDSINGLECALL_MSG_BTN_L ENDSINGLECALL_MSG_BTN_T; to: "background";}
179                                 rel2 { relative: ENDSINGLECALL_MSG_BTN_R ENDSINGLECALL_MSG_BTN_B; to: "background";}
180                         }                       
181                 }
182
183                 part { name: "btn_contacts";
184                         type: SWALLOW;
185                         scale: 1;
186                         description {
187                                 state: "default" 0.0;
188                                 visible: 1;
189                                 rel1 { relative: ENDSINGLECALL_CONTACT_BTN_L ENDSINGLECALL_CONTACT_BTN_T; to: "background";}
190                                 rel2 { relative: ENDSINGLECALL_CONTACT_BTN_R ENDSINGLECALL_CONTACT_BTN_B; to: "background";}
191                         }                       
192                 }
193         }
194 }