[NUI] Support Layout for Multi-Window
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 10 Jan 2022 11:33:36 +0000 (20:33 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 12 Jan 2022 08:40:18 +0000 (17:40 +0900)
commit356555f69344bbd1151b18c2950ac387beda5737
treebee7902a444591d873f3d7746cdc128c763717e8
parent420d3c81a986189b8ca833832c159b5f00b6d326
[NUI] Support Layout for Multi-Window

Previously, Layouts in the default Window were supported.

Now, to support Layout in Multi-Window, Layouts in all Windows are supported.
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/MultiWindowLayoutSample.cs [new file with mode: 0644]