[NUI] Add Dialog class
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 16 Nov 2020 08:34:51 +0000 (17:34 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 21 Dec 2020 12:05:23 +0000 (21:05 +0900)
commita8a4e48be6d065979fbda78b8c231dd3b88b6187
tree7b8a047d3d728eba5571e76ba999c88e463e9b6b
parent01c32fa41f9cdfe9efe1b4c3b3f10a713d1ad4da
[NUI] Add Dialog class

Dialog is used to show a popup content with background scrim.

Navigator provides static method ShowDialog which pushes Page containing
Dialog.
src/Tizen.NUI.Components/Controls/Dialog.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/DialogSample.cs [new file with mode: 0755]