From 8dd44358aec5b063e7880b6092eba8939efdca38 Mon Sep 17 00:00:00 2001 From: "maxime.BATISTA@etu.uca.fr" Date: Sun, 2 Apr 2023 16:27:51 +0200 Subject: [PATCH] last fixes before PR --- AppShell.xaml | 1 - ShoopNCook.csproj | 144 +++++++++++++-------------- Views/ProfilePage.xaml | 219 ++++++++++++++++++++++------------------- 3 files changed, 187 insertions(+), 177 deletions(-) diff --git a/AppShell.xaml b/AppShell.xaml index d428e29..f63ee1e 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -1,4 +1,3 @@ - - - - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 - - - Exe - ShoopNCook - true - true - enable - - - ShoopNCook - - - com.companyname.shoopncook - bf17e1fe-a722-42f6-a24d-3327d351c924 - - - 1.0 - 1 - - 11.0 - 13.1 - 21.0 - 10.0.17763.0 - 10.0.17763.0 - 6.5 - - - - - - - - - - - - - - - - - - - - + + + + net7.0-android;net7.0-ios;net7.0-maccatalyst + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + ShoopNCook + true + true + enable + + + ShoopNCook + + + com.companyname.shoopncook + bf17e1fe-a722-42f6-a24d-3327d351c924 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + @@ -55,25 +55,25 @@ - - - - - - - - - - - - - - - - - - MSBuild:Compile - - - - + + + + + + + + + + + + + + + + + + MSBuild:Compile + + + + diff --git a/Views/ProfilePage.xaml b/Views/ProfilePage.xaml index 4e3c3d8..0c97a3b 100644 --- a/Views/ProfilePage.xaml +++ b/Views/ProfilePage.xaml @@ -5,126 +5,137 @@ Title="ProfilePage" BackgroundColor="{StaticResource BackgroundPrimary}"> - - - + - - + + + + + - - + HeightRequest="50" + WidthRequest="50" + Source="arrow_back.svg"/> + + - - + + - - - + StrokeShape="RoundRectangle 10000" + MaximumHeightRequest="150" + MaximumWidthRequest="150" + HorizontalOptions="Center" + Stroke="{StaticResource BackgroundPrimary}" + BackgroundColor="{StaticResource BackgroundSecondary}"> + + - + + + + Margin="0, 20, 0, 0" + RowDefinitions="Auto, *, Auto, *"> + + + + - - - + - - - - + \ No newline at end of file