From 4879c96200341cefcd6bdecec921abd67e8dc340 Mon Sep 17 00:00:00 2001 From: Guillaume REY Date: Wed, 5 Apr 2023 16:03:32 +0200 Subject: [PATCH 1/2] enlever le bandeau en haut + page personnage + correction fautes orthographe --- Sources/Ohara/AppShell.xaml | 12 +++- Sources/Ohara/MainPage.xaml | 2 +- Sources/Ohara/NewPage1.xaml | 2 +- Sources/Ohara/NewPage2.xaml | 84 ++++++++++++++++++++++- Sources/Ohara/Resources/Images/nami.png | Bin 0 -> 1555120 bytes Sources/Ohara/Resources/Images/usopp.png | Bin 0 -> 2061390 bytes 6 files changed, 92 insertions(+), 8 deletions(-) create mode 100644 Sources/Ohara/Resources/Images/nami.png create mode 100644 Sources/Ohara/Resources/Images/usopp.png diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml index 30998c4..d199a5d 100644 --- a/Sources/Ohara/AppShell.xaml +++ b/Sources/Ohara/AppShell.xaml @@ -4,11 +4,17 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Ohara" - Shell.FlyoutBehavior="Disabled"> + Shell.FlyoutBehavior="Disabled" + Shell.NavBarIsVisible="False"> + + + + + diff --git a/Sources/Ohara/MainPage.xaml b/Sources/Ohara/MainPage.xaml index 93bdbe3..2513e50 100644 --- a/Sources/Ohara/MainPage.xaml +++ b/Sources/Ohara/MainPage.xaml @@ -24,7 +24,7 @@ -