Fix margin bug in FlexLayout (#1418)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 24 Feb 2020 06:25:17 +0000 (15:25 +0900)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 06:25:17 +0000 (15:25 +0900)
commitd48ecfbf1a19becc71aed94528b4af05ee8a384b
tree980d7629238dc9ecc7896c12655132b0fbecd0c0
parentb5209fde752077292d6aea21d93212135224eec3
Fix margin bug in FlexLayout (#1418)

Previously, margin of chilren in FlexLayout was ignored because it was not set to FlexNode of children.
Now, when adding child to View which using FlexLayout, we pass margin of child and set it to FlexNode of child.
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.FlexLayout.cs
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs