Make TIZEN 2.0
[apps/home/call.git] / ui / call_edc / vcui-view-reject.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: "reject_with_msg";
19         parts {
20                 part { name: "background";
21                         type: RECT;
22                         description {
23                                 state: "default" 0.0;
24                                 color: COLOR_DEFAULT;
25                         }
26                         description {
27                                 state: "show" 0.0;
28                                 color: COLOR_DEFAULT;
29                         }
30                 }
31
32                 part { name: "swl_cid_background";
33                         type: SWALLOW;
34                         description {
35                                 state: "default" 0.0;
36                                 rel1 { relative: INCALL_BACKGROUND_CID_L INCALL_BACKGROUND_CID_T; to: "background";}
37                                 rel2 { relative: INCALL_BACKGROUND_CID_R INCALL_BACKGROUND_CID_B; to: "background";}
38                         }
39                 }
40
41                 part { name: "bg_alpha";
42                         type: RECT;
43                         description {
44                                 state: "default" 0.0;
45                                 color: COLOR_BG_ALPHA;
46                         }
47                 }
48                 
49                 part { name: "swl_naviframe";
50                         type: SWALLOW;
51                         scale: 1;
52                         mouse_events: 1;
53                         description {
54                                 fixed: 1 1;
55                                 min: 0 50;
56                                 state: "default" 0.0;
57                                 rel1 { relative: CALL_NAVIGATION_BAR_L CALL_NAVIGATION_BAR_T; to: "background";}
58                                 rel2 { relative: CALL_NAVIGATION_BAR_R CALL_NAVIGATION_BAR_B; to: "background";}                        
59                         }
60                 }
61                 
62                 part { name: "btn_create_new";
63                         type: SWALLOW;
64                         scale: 1;
65                         description {
66                                 state: "default" 0.0;
67                                 rel1 { relative: REJECT_W_MSG_CREATE_NEW_L REJECT_W_MSG_CREATE_NEW_T; to: "background";}
68                                 rel2 { relative: REJECT_W_MSG_CREATE_NEW_R REJECT_W_MSG_CREATE_NEW_B; to: "background";}
69                         }
70                 }
71         }
72 }