From 57c94622be182a94daa3e93d08a59b5a0630a00b Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Fri, 31 Mar 2023 13:45:27 +0200 Subject: [PATCH] added TabBar for tests --- AppShell.xaml | 17 ++++++++++++----- ShoopNCook.csproj | 4 ++++ 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/AppShell.xaml b/AppShell.xaml index 9e4f4e5..4b2f94f 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -4,11 +4,18 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:ShoopNCook" + xmlns:views="clr-namespace:ShoopNCook.Views" Shell.FlyoutBehavior="Disabled"> - - + + + + + diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj index a86980e..7a3f5bb 100644 --- a/ShoopNCook.csproj +++ b/ShoopNCook.csproj @@ -52,4 +52,8 @@ + + + +