From: Igor Olshevskyi Date: Thu, 8 Sep 2016 15:02:51 +0000 (+0300) Subject: TizenRefApp-7142 [Call UI] Change active notification backround coloring according... X-Git-Tag: submit/tizen/20160922.100241~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cbeb9de512964a2d24795a4240f6eed59b799b9;p=profile%2Fmobile%2Fapps%2Fnative%2Fcall-ui.git TizenRefApp-7142 [Call UI] Change active notification backround coloring according to GUI Change-Id: I3a15d19fa1201ab6e27f04b8693457079f9cab59 --- diff --git a/edje_src/edc/call_edc/callui_view_incoming_active.edc b/edje_src/edc/call_edc/callui_view_incoming_active.edc index 77c47c6..c120492 100644 --- a/edje_src/edc/call_edc/callui_view_incoming_active.edc +++ b/edje_src/edc/call_edc/callui_view_incoming_active.edc @@ -56,6 +56,7 @@ #define AO024 0 0 0 77 #define AO026 0 0 0 26 +#define AO027 0 0 0 77 #define AO028 0 0 0 26 #define AO033P 0 0 0 77 @@ -253,6 +254,14 @@ group { } } ) + CU_PART_RECT( "bg.ef", + clip_to: "bg.clipper"; + description { state: "default" 0.0; + rel1 { relative: 0.0 0.0; to: "bg"; } + rel2 { relative: 1.0 1.0; to: "bg"; } + color: AO026; + } + ) CU_PART_RECT( "bg.clipper", description { state: "default" 0.0; rel1 { relative: 0.0 0.0; } @@ -284,6 +293,14 @@ group { } } ) + CU_PART_RECT( "bg.ef", + clip_to: "bg.clipper"; + description { state: "default" 0.0; + rel1 { relative: 0.0 0.0; to: "bg"; } + rel2 { relative: 1.0 1.0; to: "bg"; } + color: AO026; + } + ) CU_PART_RECT( "bg.clipper", description { state: "default" 0.0; rel1 { relative: 0.0 0.0; to: "contact_info"; } @@ -305,7 +322,7 @@ group { min: AN_CONTACT_INFO_BG_SIZE; max: AN_CONTACT_INFO_BG_SIZE; fixed: 0 1; - color: AO026; + color: COLOR_BG_ALPHA; } ) CU_PART_RECT( "action_bg", @@ -315,7 +332,7 @@ group { rel2 { relative: 1.0 1.0; to: "contact_info"; } min: AN_ACTION_BG_W_REJECT_MSG_SIZE; fixed: 0 1; - color: AO024; + color: AO027; } description { state: "reject_msg_btn_enable" 0.0; inherit: "default" 0.0;