[NUI] Use AbsoluteLayout for ContentPage
authorhuiyu.eun <huiyu.eun@samsung.com>
Tue, 20 Apr 2021 06:03:28 +0000 (15:03 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commitdb4cf34a5955943ac50a8d2cb1bd6734c72bf468
tree87941d8abfe26cbe59815ff3e2897637b9208e62
parentb60730aabd7b066177f05d341a0a9d7beb73dd73
[NUI] Use AbsoluteLayout for ContentPage

Since ContentPage is full screen page, user may add their view on the
ContentPage to show their view with the view's own size and position.
e.g. contentPage.Add(view);

To support above usage, Page should use AbsoluteLayout instead of
LinearLayout.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI.Components/Controls/Navigation/ContentPage.cs [new file with mode: 0755]