[NUI] Calculate correct MatchParent size for ContentPage and TabView
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 17 May 2021 12:18:01 +0000 (21:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 21 May 2021 07:37:43 +0000 (16:37 +0900)
commitf5a567874543b528edd73df24d5dc40d81b360e3
treed7cffbcb0924bd8520d3f93e4ffd35447fb94a1c
parentff36f1ba8471cc44aea64c00bdc0eb2e6fe857f9
[NUI] Calculate correct MatchParent size for ContentPage and TabView

Currently, WidthSpecification and HeightSpecification are updated
internally.

e.g.
In the beginning, WidthSpecification = LayoutParamPolicies.MatchParent;
After size calculation, WidthSpecification = 1280;

Until the above issue is resolved, ContentPage and TabView changes its
size calculation logic to calculate its MatchParent children size
correctly.
src/Tizen.NUI.Components/Controls/Navigation/ContentPage.cs
src/Tizen.NUI.Components/Controls/TabView.cs