From c46fcace90140bd8726fb577e1817df8a22718c6 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Mon, 1 May 2023 21:46:17 +0200 Subject: [PATCH] splashPages --- AppShell.xaml | 4 ++++ Pages/Splash.xaml | 37 +++++++++++++++++++++++++++++++++++++ Pages/Splash.xaml.cs | 9 +++++++++ ShoopNCook.csproj | 3 +++ 4 files changed, 53 insertions(+) create mode 100644 Pages/Splash.xaml create mode 100644 Pages/Splash.xaml.cs diff --git a/AppShell.xaml b/AppShell.xaml index df3a2c6..5c6356f 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -73,5 +73,9 @@ Title="My Recipes Page" ContentTemplate="{DataTemplate pages:MyRecipesPage}" Route="MyRecipes" /> + \ No newline at end of file diff --git a/Pages/Splash.xaml b/Pages/Splash.xaml new file mode 100644 index 0000000..8e6e8a2 --- /dev/null +++ b/Pages/Splash.xaml @@ -0,0 +1,37 @@ + + + + + +