e3475ed9b66e8b9fb79c194339811eb07f18ae99
[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: "end-singlecall";
19
20     parts {
21                 part { name: "background";
22                         type: RECT;
23                         description {
24                                 state: "default" 0.0;
25                                 color: COLOR_DEFAULT;
26                         }
27                 }
28
29                 part { name: "swl_cid_background";
30                         type: SWALLOW;
31                         description {
32                                 state: "default" 0.0;
33                                 visible: 1;
34                                 rel1 { relative: ENDSINGLECALL_BACKGROUND_CID_L ENDSINGLECALL_BACKGROUND_CID_T; to: "background";}
35                                 rel2 { relative: ENDSINGLECALL_BACKGROUND_CID_R ENDSINGLECALL_BACKGROUND_CID_B; to: "background";}
36                         }
37                 }
38
39                 part { name: "bg_alpha";
40                         type: RECT;
41                         description {
42                                 state: "default" 0.0;
43                                 color: COLOR_BG_ALPHA;
44                         }
45                 }
46                            
47                 part { name: "swl_cid";
48                         type: SWALLOW;
49                         description {
50                                 state: "default" 0.0;
51                                 rel1 { relative: ENDSINGLECALL_CID_L ENDSINGLECALL_CID_T; }
52                                 rel2 { relative: ENDSINGLECALL_CID_R ENDSINGLECALL_CID_B; }
53                         }
54                 }
55                 
56                 part { name: "txt_call_name"; // call name or number
57                         type: TEXT;
58                         effect: SHADOW;
59                         scale: 1;
60                         description {
61                                 state: "default" 0.0;
62                                 rel1 { relative: ENDSINGLECALL_NAME_L ENDSINGLECALL_NAME_T; }
63                                 rel2 { relative: ENDSINGLECALL_NAME_R ENDSINGLECALL_NAME_B;  }                          
64                                 text { font, FONT_SLP_Roman; size, 76; align, 0.5 0.5; }
65                                 color: 255 255 255 255;
66                                 color2: 0 0 0 255;
67                         }
68                 }
69
70                 part { name: "txt_contact_phone_type"; // contact phone type -> call number
71                         type: TEXT;
72                         effect: SHADOW;
73                         scale: 1;
74                         description {
75                                 state: "default" 0.0;
76                                 rel1 { relative: ENDSINGLECALL_NUMBER_L ENDSINGLECALL_NUMBER_T; }
77                                 rel2 { relative: ENDSINGLECALL_NUMBER_R ENDSINGLECALL_NUMBER_B;  }                              
78                                 text { font, FONT_SLP_Roman; size, 48; align, 0.5 0.5; }
79                                 color: 255 255 255 255;
80                                 color2: 0 0 0 255;
81                         }
82                 }
83
84                 part { name: "txt_timer";
85                         type: TEXT;
86                         effect: SHADOW;
87                         scale: 1;
88                         description {
89                                 state: "default" 0.0;
90                                 rel1 { relative: ENDSINGLECALL_TIMER_L ENDSINGLECALL_TIMER_T; }
91                                 rel2 { relative: ENDSINGLECALL_TIMER_R ENDSINGLECALL_TIMER_B; }                         
92                                 text { font, FONT_SLP_Roman; size, 44; align, 1.0 0.5; }
93                                 color: 255 255 255 255;
94                                 color2: 0 0 0 255;
95                         }
96                 }
97         }
98  }