NUISynchronizationContext.Initialize();
Window window = Window.Instance;
+ window.Maximize(true);
window.BackgroundColor = Color.White;
Size2D size = window.Size;
Tizen.Log.Info(AppConstants.LogTag, "Window Size: " + size.Width + "x" + size.Height);
Direction = FlexLayout.FlexDirection.Column,
ItemsAlignment = FlexLayout.AlignmentType.FlexStart,
Justification = FlexLayout.FlexJustification.FlexStart
- }
+ },
+ HeightResizePolicy = ResizePolicyType.FillToParent,
+ WidthResizePolicy = ResizePolicyType.FillToParent,
};
win.Add(rootView);
rootView.BackKeyPressed += OnBackKeyPressed;
\r
<PropertyGroup>\r
<OutputType>Exe</OutputType>\r
- <TargetFramework>tizen10.0</TargetFramework>\r
+ <TargetFramework>tizen11.0</TargetFramework>\r
<LangVersion>8.0</LangVersion>\r
<TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>\r
</PropertyGroup>\r
</ItemGroup>\r
\r
<ItemGroup>\r
- <PackageReference Include="Tizen.NET" Version="10.0.0.17466" />\r
- <PackageReference Include="Tizen.NET.Sdk" Version="1.1.8" />\r
+ <PackageReference Include="Tizen.NET" Version="11.0.0.17918" />\r
+ <PackageReference Include="Tizen.NET.Sdk" Version="1.2.0" />\r
</ItemGroup>\r
\r
</Project>\r