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" />