b0af10a7ead54b1ae32f6ae1a2a7438fba4da7d5
[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 group {
18         name: "multicall-list";
19         parts {
20                 part { name: "background";
21                         type: RECT;
22                         description {
23                                 state: "default" 0.0;
24                                 color: COLOR_DEFAULT;
25                         }
26                 }
27                 
28                 part { name: "bg_alpha";
29                         type: RECT;
30                         description {
31                                 state: "default" 0.0;
32                                 color: COLOR_BG_ALPHA;
33                         }
34                 }
35
36                 part { name: "swl_calllist";
37                         type: SWALLOW;
38                         description {
39                                 state: "show" 0.0;
40                                 rel1 { relative: MULTICALL_LIST_L MULTICALL_LIST_T; to: "background"; }
41                                 rel2 { relative: MULTICALL_LIST_R MULTICALL_LIST_B; to: "background"; }
42                         }
43                         description {
44                                 state: "hide" 0.0;
45                                 visible: 0;
46                         }
47                 }
48
49                 part { name: "txt_timer";
50                         type: TEXT;
51                         effect: SHADOW;
52                         scale: 1;
53                         description {
54                                 state: "default" 0.0;
55                                 rel1 { relative: MULTICALL_LIST_TIMER_L MULTICALL_LIST_TIMER_T; to: "background"; }
56                                 rel2 { relative: MULTICALL_LIST_TIMER_R MULTICALL_LIST_TIMER_B; to: "background"; }                             
57                                 text { font, FONT_SLP_Roman; size, 48; align, 0.5 0.5; text_class, TEXT_CLASS_SLP_ROMAN; }
58                                 color: 249 249 249 255;
59                                 color2: 0 0 0 255;
60                         }
61                         description {
62                                 state: "end" 0.0;
63                                 inherit: "default" 0.0;
64                                 visible: 0;
65                         }
66                 }       
67                 
68                 part { name: "btn_hold";
69                         type: SWALLOW;
70                         scale: 1;
71                         description {
72                                 state: "default" 0.0;
73                                 rel1 { relative: MULTICALL_LIST_HOLD_L MULTICALL_LIST_HOLD_T; to: "background"; }
74                                 rel2 { relative: MULTICALL_LIST_HOLD_R MULTICALL_LIST_HOLD_B; to: "background"; }
75                         }
76                 }
77
78                 part { name: "btn_bigend";
79                         type: SWALLOW;
80                         scale: 1;
81                         description {
82                                 state: "default" 0.0;
83                                 rel1 { relative: MULTICALL_LIST_BIG_END_L MULTICALL_LIST_BIG_END_T; to: "background"; }
84                                 rel2 { relative: MULTICALL_LIST_BIG_END_R MULTICALL_LIST_BIG_END_B; to: "background"; }
85                         }
86                 }
87         }//parts
88
89         programs {
90
91         }
92 }