From 93aec4f37025b501237e2db72ba6dd02939e85b8 Mon Sep 17 00:00:00 2001 From: Leana BESSON Date: Tue, 16 May 2023 17:29:30 +0200 Subject: [PATCH] Ajout du visuel --- Solution/Wikipet's/Views/AppShell.xaml | 7 ++++++- Solution/Wikipet's/Views/Especes.xaml | 12 ++++++++++++ Solution/Wikipet's/Views/Especes.xaml.cs | 9 +++++++++ Solution/Wikipet's/Views/MainPage.xaml | 11 ++--------- Solution/Wikipet's/Views/MainPage.xaml.cs | 12 ------------ .../Platforms/Windows/Package.appxmanifest | 2 +- Solution/Wikipet's/Views/Views.csproj | 14 +++++++++++++- Solution/Wikipet's/Wikipet's.sln | 18 +++++++++--------- 8 files changed, 52 insertions(+), 33 deletions(-) create mode 100644 Solution/Wikipet's/Views/Especes.xaml create mode 100644 Solution/Wikipet's/Views/Especes.xaml.cs diff --git a/Solution/Wikipet's/Views/AppShell.xaml b/Solution/Wikipet's/Views/AppShell.xaml index ae7954e..dba497b 100644 --- a/Solution/Wikipet's/Views/AppShell.xaml +++ b/Solution/Wikipet's/Views/AppShell.xaml @@ -7,8 +7,13 @@ Shell.FlyoutBehavior="Disabled"> + + diff --git a/Solution/Wikipet's/Views/Especes.xaml b/Solution/Wikipet's/Views/Especes.xaml new file mode 100644 index 0000000..369b086 --- /dev/null +++ b/Solution/Wikipet's/Views/Especes.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/Solution/Wikipet's/Views/Especes.xaml.cs b/Solution/Wikipet's/Views/Especes.xaml.cs new file mode 100644 index 0000000..3ef2dd5 --- /dev/null +++ b/Solution/Wikipet's/Views/Especes.xaml.cs @@ -0,0 +1,9 @@ +namespace Views; + +public partial class Especes : ContentPage +{ + public Especes() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Solution/Wikipet's/Views/MainPage.xaml b/Solution/Wikipet's/Views/MainPage.xaml index 4deb5d0..e04fc2f 100644 --- a/Solution/Wikipet's/Views/MainPage.xaml +++ b/Solution/Wikipet's/Views/MainPage.xaml @@ -16,25 +16,18 @@ HorizontalOptions="Center" />