[NUI] introduce RelativeLayout
authorYeongjong Lee <cleanlyj@naver.com>
Wed, 21 Oct 2020 06:45:02 +0000 (15:45 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
commit7538d6a1c2f79cf96fb08457c42e3027efddbc99
treeb3925ad7205eceb8d6bcaf8f03763d66e342d175
parentfcb84696ac814568fbe465640a53a8d6e0f54571
[NUI] introduce RelativeLayout

RelativeLayout calculates the size and position of all the
children based on their relationship to each other.

Please see confluence pages for more details.
src/Tizen.NUI/src/internal/Layouting/RelativeLayout.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Layouting/RelativeLayout.cs [new file with mode: 0644]