[NUI] remove margin, padding calculation for AbsoluteLayout child size (#1668)
authorYeongJong Lee <cleanlyj@naver.com>
Wed, 10 Jun 2020 09:20:42 +0000 (18:20 +0900)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 09:20:42 +0000 (18:20 +0900)
commit9c61c6b7619bece3fe727fd33b6d11b348642eab
tree59518a52cc95c50565036bc85c2e82db953a1be1
parent5fbb0b22e26338a5d10313b7a677b954ca0c65cf
[NUI] remove margin, padding calculation for AbsoluteLayout child size (#1668)

Since child position property and dali position property that decides
real position of controls are shared as same property(View.Position),
AbsoluteLayout cannot respect margin, padding for child position. so,
we don't need to calculate size with margin, padding.
src/Tizen.NUI/src/public/Layouting/AbsoluteLayout.cs