Expand whte box in Wifi landscape page.
authorPiotr Czaja/Advanced Frameworks (PLT) /SRPOL/Engineer/Samsung Electronics <p.czaja@samsung.com>
Thu, 27 Oct 2022 14:06:39 +0000 (16:06 +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: I58db8c4cce11ac8bfdbb507f05d592a1b25c0286

Oobe/Oobe.Common/Controls/ListViewCell.cs
Oobe/Oobe.Common/res/layout/WifiView.xaml

index 06ac786..a6000dd 100644 (file)
@@ -96,7 +96,7 @@ namespace Oobe.Common.Controls
 
                 View separator = new View()
                 {
-                    Size = ScreenSizeUtils.IsPortrait ? new Size(ScreenSizeUtils.XRatio * 744, 1) : new Size(ScreenSizeUtils.XRatio * 1000, 1),
+                    Size = ScreenSizeUtils.IsPortrait ? new Size(ScreenSizeUtils.XRatio * 744, 1) : new Size(ScreenSizeUtils.XRatio * 1584, 1),
                     BackgroundColor = new Color(0xC3 / 255f, 0xCA / 255f, 0xD2 / 255f, 1.0f),
                 };
                 FlexLayout.SetFlexAlignmentSelf(separator, FlexLayout.AlignmentType.Stretch);
index b1cfc34..a79b3f9 100644 (file)
@@ -8,7 +8,7 @@
       BackgroundImage="*Resource*/wifi/Rectangle_918.png"
       FlexLayout.FlexAlignmentSelf="Center"
       Margin="{ext:Extents Bottom=41, Top=20}"
-      Size="{ext:ComponentSize Width=1080, Height=568, WidthPortrait=824, HeightPortrait=1472, ChangeOnPortraitMode=true}"
+      Size="{ext:ComponentSize Width=1664, Height=568, WidthPortrait=824, HeightPortrait=1472, ChangeOnPortraitMode=true}"
       Padding="{ext:Extents Top=5, Bottom=5}">
 
     <View.Layout>
@@ -16,7 +16,7 @@
     </View.Layout>
 
     <View x:Name="TopPanel" 
-          Size="{ext:ComponentSize Width=1080, Height=80, WidthPortrait=824, HeightPortrait=80, ChangeOnPortraitMode=true}"
+          Size="{ext:ComponentSize Width=1664, Height=80, WidthPortrait=824, HeightPortrait=80, ChangeOnPortraitMode=true}"
           Padding="{ext:Extents Start=40, End=40}">
 
         <View.Layout>
     </View>
 
     <View Padding="{ext:Extents Start=40, End=40}"
-          Size="{ext:ComponentSize Width=1080, Height=1, WidthPortrait=824, HeightPortrait=1, ChangeOnPortraitMode=true}">
+          Size="{ext:ComponentSize Width=1664, Height=1, WidthPortrait=824, HeightPortrait=1, ChangeOnPortraitMode=true}">
         <View.Layout>
             <FlexLayout  Direction="Row" Justification="SpaceBetween" />
         </View.Layout>
         <View BackgroundColor="#C3CAD2"
-              Size="{ext:ComponentSize Width=1080, Height=1, WidthPortrait=824, HeightPortrait=1, ChangeOnPortraitMode=true}" />
+              Size="{ext:ComponentSize Width=1664, Height=1, WidthPortrait=824, HeightPortrait=1, ChangeOnPortraitMode=true}" />
     </View>
 
     <View>
         <ctrl:ListView x:Name="ListView" 
-                       Size="{ext:ComponentSize Width=1080, Height=475, WidthPortrait=824, HeightPortrait=1372, ChangeOnPortraitMode=true}"
+                       Size="{ext:ComponentSize Width=1664, Height=475, WidthPortrait=824, HeightPortrait=1372, ChangeOnPortraitMode=true}"
                        Margin="{ext:Extents End=5}"
                        ScrollingDirection="Vertical"
                        HideScrollbar="False" />