X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ui%2Fcall_edc%2Fvcui-view-multi-call-list.edc;h=b0af10a7ead54b1ae32f6ae1a2a7438fba4da7d5;hb=61d887669565c965aa743e90cf921c65d59f1d52;hp=50289968f21e11a76d7e67440e933da8524d61cb;hpb=0f23bdb275a64f22aa639497a044b79b65ef6332;p=apps%2Fhome%2Fcall.git diff --git a/ui/call_edc/vcui-view-multi-call-list.edc b/ui/call_edc/vcui-view-multi-call-list.edc index 5028996..b0af10a 100755 --- a/ui/call_edc/vcui-view-multi-call-list.edc +++ b/ui/call_edc/vcui-view-multi-call-list.edc @@ -14,7 +14,6 @@ * limitations under the License. */ - group { name: "multicall-list"; parts { @@ -24,19 +23,6 @@ group { state: "default" 0.0; color: COLOR_DEFAULT; } - description { - state: "show" 0.0; - color: COLOR_DEFAULT; - } - } - - part { name: "swl_cid_background"; - type: SWALLOW; - description { - state: "default" 0.0; - rel1 { relative: MULTICALL_SPLIT_BACKGROUND_CID_L MULTICALL_SPLIT_BACKGROUND_CID_T; to: "background";} - rel2 { relative: MULTICALL_SPLIT_BACKGROUND_CID_R MULTICALL_SPLIT_BACKGROUND_CID_B; to: "background";} - } } part { name: "bg_alpha"; @@ -46,19 +32,6 @@ group { color: COLOR_BG_ALPHA; } } - - part { name: "navigation_bar"; - type: SWALLOW; - scale: 1; - mouse_events: 1; - description { - fixed: 1 1; - min: 0 50; - state: "default" 0.0; - rel1 { relative: CALL_NAVIGATION_BAR_L CALL_NAVIGATION_BAR_T; to: "background";} - rel2 { relative: CALL_NAVIGATION_BAR_R CALL_NAVIGATION_BAR_B; to: "background";} - } - } part { name: "swl_calllist"; type: SWALLOW; @@ -81,8 +54,8 @@ group { state: "default" 0.0; rel1 { relative: MULTICALL_LIST_TIMER_L MULTICALL_LIST_TIMER_T; to: "background"; } rel2 { relative: MULTICALL_LIST_TIMER_R MULTICALL_LIST_TIMER_B; to: "background"; } - text { font, FONT_SLP_Roman; size, 48; align, 0.5 0.5; } - color: 255 255 255 255; + text { font, FONT_SLP_Roman; size, 48; align, 0.5 0.5; text_class, TEXT_CLASS_SLP_ROMAN; } + color: 249 249 249 255; color2: 0 0 0 255; } description { @@ -92,6 +65,16 @@ group { } } + part { name: "btn_hold"; + type: SWALLOW; + scale: 1; + description { + state: "default" 0.0; + rel1 { relative: MULTICALL_LIST_HOLD_L MULTICALL_LIST_HOLD_T; to: "background"; } + rel2 { relative: MULTICALL_LIST_HOLD_R MULTICALL_LIST_HOLD_B; to: "background"; } + } + } + part { name: "btn_bigend"; type: SWALLOW; scale: 1;