From: Denis Dolzhenko Date: Mon, 18 Sep 2017 13:53:34 +0000 (+0300) Subject: TizenRefApp-9353 White rectangle appears on message bubble X-Git-Tag: submit/tizen_4.0/20170919.081255^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3ebcee4c8971a5004a1a0eee20ca201a488ef36;p=profile%2Fmobile%2Fapps%2Fnative%2Fmessage.git TizenRefApp-9353 White rectangle appears on message bubble Change-Id: I82f05201bb45b3ed37b849edd526202368d8570b Signed-off-by: Denis Dolzhenko --- diff --git a/res/edje/recipient_panel.edc b/res/edje/recipient_panel.edc index c31f3f6b..5924a135 100755 --- a/res/edje/recipient_panel.edc +++ b/res/edje/recipient_panel.edc @@ -56,6 +56,11 @@ collections { rel2.relative: 1 1; align: 0.5 0.5; color: CONV_BG_COLOR; + visible: 0; + } + description { + state: "show" 0.0; + inherit: "default" 0.0; visible: 1; } } @@ -65,15 +70,13 @@ collections { scale: 1; description { state: "default" 0.0; - visible: 1; + visible: 0; fixed: 1 1; - min: 0 0; - max: 0 0; } description { state: "show" 0.0; inherit: "default" 0.0; - max: -1 -1; + visible: 1; align: 0.5 0.0; rel1 { to: "swl.mbe"; relative: 0.0 1.0; } rel2 { to_x: "swl.contact_btn"; to_y: "swl.mbe"; relative: 0.0 1.0; } @@ -86,8 +89,6 @@ collections { description { state: "default" 0.0; image.normal: "messages_recipients_failed_bg.png"; - min: 0 0; - max: 0 0; fixed: 1 1; rel1 { to: "contact_padding_left"; relative: 0.0 0.0;} rel2 { to: "contact_padding_left"; relative: 0.0 1.0;} @@ -110,8 +111,6 @@ collections { description { state: "default" 0.0; image.normal: "messages_recipients_failed.png"; - min: 0 0; - max: 0 0; fixed: 1 1; rel1 { to: "contact_padding_left"; relative: 0.0 0.0;} rel2 { to: "contact_padding_left"; relative: 0.0 1.0;} @@ -234,6 +233,7 @@ collections { action: STATE_SET "show" 0.0; target: "swl.entry"; target: "swl.contact_btn"; + target: "entry.main.bg"; } program { name: "hide_entry"; @@ -242,6 +242,7 @@ collections { action: STATE_SET "default" 0.0; target: "swl.entry"; target: "swl.contact_btn"; + target: "entry.main.bg"; } program { name: "show_invalid_icon";