TizenRefApp-9353 White rectangle appears on message bubble 85/150785/1 submit/tizen_4.0/20170919.081255
authorDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 18 Sep 2017 13:53:34 +0000 (16:53 +0300)
committerDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 18 Sep 2017 13:53:34 +0000 (16:53 +0300)
Change-Id: I82f05201bb45b3ed37b849edd526202368d8570b
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
res/edje/recipient_panel.edc

index c31f3f6b63ce7ec37692f687b981fd430d8bb215..5924a135240b0dcf6fa8a8614cb35f869c18d254 100755 (executable)
@@ -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";