[NUI] RootLayout added to Window (#308)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 22 Jun 2018 04:12:46 +0000 (13:12 +0900)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 04:12:46 +0000 (13:12 +0900)
commit15ac0b606ac26548806d91efd4e9a7c23256409e
tree02c258caabe6c893d9a2026e170ade5dde6a9efa
parentb4c33bd32973f46662b9b432d74368bd46325e99
[NUI] RootLayout added to Window (#308)

Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/public/Layer.cs
src/Tizen.NUI/src/public/Window.cs
test/NUITestSample/NUITestSample/examples/layouting/CustomLayout.cs [new file with mode: 0755]
test/NUITestSample/NUITestSample/examples/layouting/SimpleLayout.cs [new file with mode: 0755]
test/NUITestSample/NUITestSample/examples/layouting/custom-layout-test.cs [moved from test/NUITestSample/NUITestSample/examples/custom-layout-test.cs with 100% similarity]
test/NUITestSample/NUITestSample/examples/layouting/linear-layout-test.cs [moved from test/NUITestSample/NUITestSample/examples/linear-layout-test.cs with 100% similarity]