50289968f21e11a76d7e67440e933da8524d61cb
[apps/home/call.git] / ui / call_edc / vcui-view-multi-call-list.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: "multicall-list";
20         parts {
21                 part { name: "background";
22                         type: RECT;
23                         description {
24                                 state: "default" 0.0;
25                                 color: COLOR_DEFAULT;
26                         }
27                         description {
28                                 state: "show" 0.0;
29                                 color: COLOR_DEFAULT;
30                         }
31                 }
32
33                 part { name: "swl_cid_background";
34                         type: SWALLOW;
35                         description {
36                                 state: "default" 0.0;
37                                 rel1 { relative: MULTICALL_SPLIT_BACKGROUND_CID_L MULTICALL_SPLIT_BACKGROUND_CID_T; to: "background";}
38                                 rel2 { relative: MULTICALL_SPLIT_BACKGROUND_CID_R MULTICALL_SPLIT_BACKGROUND_CID_B; to: "background";}
39                         }
40                 }
41                 
42                 part { name: "bg_alpha";
43                         type: RECT;
44                         description {
45                                 state: "default" 0.0;
46                                 color: COLOR_BG_ALPHA;
47                         }
48                 }
49                                 
50                 part { name: "navigation_bar";
51                         type: SWALLOW;
52                         scale: 1;
53                         mouse_events: 1;
54                         description {
55                                 fixed: 1 1;
56                                 min: 0 50;
57                                 state: "default" 0.0;
58                                 rel1 { relative: CALL_NAVIGATION_BAR_L CALL_NAVIGATION_BAR_T; to: "background";}
59                                 rel2 { relative: CALL_NAVIGATION_BAR_R CALL_NAVIGATION_BAR_B; to: "background";}                        
60                         }
61                 }
62
63                 part { name: "swl_calllist";
64                         type: SWALLOW;
65                         description {
66                                 state: "show" 0.0;
67                                 rel1 { relative: MULTICALL_LIST_L MULTICALL_LIST_T; to: "background"; }
68                                 rel2 { relative: MULTICALL_LIST_R MULTICALL_LIST_B; to: "background"; }
69                         }
70                         description {
71                                 state: "hide" 0.0;
72                                 visible: 0;
73                         }
74                 }
75
76                 part { name: "txt_timer";
77                         type: TEXT;
78                         effect: SHADOW;
79                         scale: 1;
80                         description {
81                                 state: "default" 0.0;
82                                 rel1 { relative: MULTICALL_LIST_TIMER_L MULTICALL_LIST_TIMER_T; to: "background"; }
83                                 rel2 { relative: MULTICALL_LIST_TIMER_R MULTICALL_LIST_TIMER_B; to: "background"; }                             
84                                 text { font, FONT_SLP_Roman; size, 48; align, 0.5 0.5; }
85                                 color: 255 255 255 255;
86                                 color2: 0 0 0 255;
87                         }
88                         description {
89                                 state: "end" 0.0;
90                                 inherit: "default" 0.0;
91                                 visible: 0;
92                         }
93                 }       
94                 
95                 part { name: "btn_bigend";
96                         type: SWALLOW;
97                         scale: 1;
98                         description {
99                                 state: "default" 0.0;
100                                 rel1 { relative: MULTICALL_LIST_BIG_END_L MULTICALL_LIST_BIG_END_T; to: "background"; }
101                                 rel2 { relative: MULTICALL_LIST_BIG_END_R MULTICALL_LIST_BIG_END_B; to: "background"; }
102                         }
103                 }
104         }//parts
105
106         programs {
107
108         }
109 }