From 34ff7a9084d3f78585e06d89a018a26882de02bc Mon Sep 17 00:00:00 2001 From: "jeremy.mouyon" Date: Sat, 30 Mar 2024 09:17:57 +0100 Subject: [PATCH] Update : set players / styles / appshelle / main page / maui progm for font / nugets.. Delete : old font / old image. Add : Style / new logo transparent qwirkle --- Qwirkle/Qwirkle/AppShell.xaml | 53 +++++++------- Qwirkle/Qwirkle/MainPage.xaml | 57 ++++++++++++--- Qwirkle/Qwirkle/MauiProgram.cs | 6 +- Qwirkle/Qwirkle/Pages/SetPlayers.xaml | 68 +++++++++--------- Qwirkle/Qwirkle/Qwirkle.csproj | 6 ++ Qwirkle/Qwirkle/Resources/Fonts/DiloWorld.ttf | Bin 0 -> 182036 bytes .../Qwirkle/Resources/Fonts/Lexend-Medium.ttf | Bin 0 -> 78696 bytes .../Resources/Fonts/OpenSans-Regular.ttf | Bin 107184 -> 0 bytes .../Resources/Fonts/OpenSans-Semibold.ttf | Bin 111056 -> 0 bytes .../Qwirkle/Resources/Images/dotnet_bot.png | Bin 91506 -> 0 bytes .../Qwirkle/Resources/Images/qwirklelogo.jpeg | Bin 56167 -> 0 bytes .../Qwirkle/Resources/Images/qwirklelogo.png | Bin 0 -> 300900 bytes Qwirkle/Qwirkle/Resources/Styles/Styles.xaml | 38 +++++----- 13 files changed, 139 insertions(+), 89 deletions(-) create mode 100644 Qwirkle/Qwirkle/Resources/Fonts/DiloWorld.ttf create mode 100644 Qwirkle/Qwirkle/Resources/Fonts/Lexend-Medium.ttf delete mode 100644 Qwirkle/Qwirkle/Resources/Fonts/OpenSans-Regular.ttf delete mode 100644 Qwirkle/Qwirkle/Resources/Fonts/OpenSans-Semibold.ttf delete mode 100644 Qwirkle/Qwirkle/Resources/Images/dotnet_bot.png delete mode 100644 Qwirkle/Qwirkle/Resources/Images/qwirklelogo.jpeg create mode 100644 Qwirkle/Qwirkle/Resources/Images/qwirklelogo.png diff --git a/Qwirkle/Qwirkle/AppShell.xaml b/Qwirkle/Qwirkle/AppShell.xaml index 90ee21e..d5e093b 100644 --- a/Qwirkle/Qwirkle/AppShell.xaml +++ b/Qwirkle/Qwirkle/AppShell.xaml @@ -5,32 +5,31 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Qwirkle" xmlns:localPages="clr-namespace:Qwirkle.Pages" - Shell.FlyoutBehavior="Disabled" + Shell.FlyoutBehavior="Flyout" Title="Qwirkle"> - - - - - - - - + + + + + + + + diff --git a/Qwirkle/Qwirkle/MainPage.xaml b/Qwirkle/Qwirkle/MainPage.xaml index de688ba..83bd79f 100644 --- a/Qwirkle/Qwirkle/MainPage.xaml +++ b/Qwirkle/Qwirkle/MainPage.xaml @@ -10,45 +10,82 @@