Increase height of the WiFi page list view.
authorPiotr Czaja/Advanced Frameworks (PLT) /SRPOL/Engineer/Samsung Electronics <p.czaja@samsung.com>
Tue, 25 Oct 2022 13:24:12 +0000 (15:24 +0200)
committerPiotr Czaja/Advanced Frameworks (PLT) /SRPOL/Engineer/Samsung Electronics <p.czaja@samsung.com>
Wed, 2 Nov 2022 13:24:52 +0000 (14:24 +0100)
Change-Id: Ib09852e1fd38ec6f98574b9f29cf3f15e8774b14

Oobe/Oobe.Common/Views/WifiView.cs
Oobe/Oobe.Common/res/layout/WifiView.xaml

index b1ce321..bbac96d 100644 (file)
@@ -30,7 +30,7 @@ namespace Oobe.Common.Views
             InitializeComponent();
 
             Progress.Size = new Size(TextUtils.GetFontSizeScale(SystemSettings.FontSize) * 25 * ScreenSizeUtils.XRatio, TextUtils.GetFontSizeScale(SystemSettings.FontSize) * 26 * ScreenSizeUtils.YRatio);
-            Scan.Relayout += (s, e) => { ListView.SizeHeight = ScreenSizeUtils.IsPortrait ? 780 * ScreenSizeUtils.YRatio : SizeHeight - TopPanel.SizeHeight - 10; };
+            Scan.Relayout += (s, e) => { ListView.SizeHeight = ScreenSizeUtils.IsPortrait ? 1372 * ScreenSizeUtils.YRatio : SizeHeight - TopPanel.SizeHeight - 10; };
 
             ConfigureFontStyle();
             ScanningAnimation();
index ffefe5a..b1cfc34 100644 (file)
@@ -81,7 +81,7 @@
 
     <View>
         <ctrl:ListView x:Name="ListView" 
-                       Size="{ext:ComponentSize Width=1080, Height=475, WidthPortrait=824, HeightPortrait=780, ChangeOnPortraitMode=true}"
+                       Size="{ext:ComponentSize Width=1080, Height=475, WidthPortrait=824, HeightPortrait=1372, ChangeOnPortraitMode=true}"
                        Margin="{ext:Extents End=5}"
                        ScrollingDirection="Vertical"
                        HideScrollbar="False" />