|
|
|
@ -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">
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
|
Title="Home"
|
|
|
|
|
ContentTemplate="{DataTemplate local:MainPage}"
|
|
|
|
|
Route="MainPage" />
|
|
|
|
|
|
|
|
|
|
<TabBar>
|
|
|
|
|
<ShellContent
|
|
|
|
|
Title="Home"
|
|
|
|
|
ContentTemplate="{DataTemplate local:MainPage}"
|
|
|
|
|
Route="MainPage" />
|
|
|
|
|
|
|
|
|
|
<ShellContent
|
|
|
|
|
Title="Test Page"
|
|
|
|
|
ContentTemplate="{DataTemplate local:MainPage}"
|
|
|
|
|
Route="MainPage" />
|
|
|
|
|
</TabBar>
|
|
|
|
|
</Shell>
|
|
|
|
|