[NUI] Apply the latest UX of TabView
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 21 May 2021 12:52:08 +0000 (21:52 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Mon, 24 May 2021 09:03:24 +0000 (18:03 +0900)
In the latest UX of TabView, TabBar is located at the bottom of the
TabView.

src/Tizen.NUI.Components/Controls/TabView.cs

index c8fbfc1..aadbf80 100755 (executable)
@@ -95,8 +95,8 @@ namespace Tizen.NUI.Components
             WidthSpecification = LayoutParamPolicies.MatchParent;
             HeightSpecification = LayoutParamPolicies.MatchParent;
 
-            InitTabBar();
             InitContent();
+            InitTabBar();
         }
 
         private void InitTabBar()