From a4ba562586106797d61918c6045d1b24e797e037 Mon Sep 17 00:00:00 2001 From: "jeremy.mouyon" Date: Wed, 3 Apr 2024 19:24:10 +0200 Subject: [PATCH] optimize of credits / scoreboard / setplayers with new styles --- Qwirkle/Qwirkle/AppShell.xaml | 6 +- Qwirkle/Qwirkle/MainPage.xaml | 37 +++++------- Qwirkle/Qwirkle/Pages/Credits.xaml | 18 +++--- Qwirkle/Qwirkle/Pages/Scoreboard.xaml | 7 +-- Qwirkle/Qwirkle/Pages/SetPlayers.xaml | 29 ++++------ Qwirkle/Qwirkle/Qwirkle.csproj | 3 + Qwirkle/Qwirkle/Resources/Styles/Styles.xaml | 59 ++++++++++++++++---- Qwirkle/Qwirkle/Views/ButtonShadow.xaml | 13 +++++ Qwirkle/Qwirkle/Views/ButtonShadow.xaml.cs | 9 +++ Qwirkle/Qwirkle/Views/GoBack.xaml | 6 +- 10 files changed, 111 insertions(+), 76 deletions(-) create mode 100644 Qwirkle/Qwirkle/Views/ButtonShadow.xaml create mode 100644 Qwirkle/Qwirkle/Views/ButtonShadow.xaml.cs diff --git a/Qwirkle/Qwirkle/AppShell.xaml b/Qwirkle/Qwirkle/AppShell.xaml index 894686c..5a9db4a 100644 --- a/Qwirkle/Qwirkle/AppShell.xaml +++ b/Qwirkle/Qwirkle/AppShell.xaml @@ -6,9 +6,13 @@ xmlns:local="clr-namespace:Qwirkle" xmlns:localPages="clr-namespace:Qwirkle.Pages" Shell.FlyoutBehavior="Flyout" - Title="Qwirkle"> + Title="Qwirkle" + FlyoutBackgroundColor="White"> + + + x:Class="Qwirkle.MainPage" + xmlns:controls="clr-namespace:Qwirkle.Views"> - + + + +