|
|
@ -4,7 +4,13 @@
|
|
|
|
xmlns:controls="clr-namespace:Qwirkle.Views"
|
|
|
|
xmlns:controls="clr-namespace:Qwirkle.Views"
|
|
|
|
Title="Gameboard"
|
|
|
|
Title="Gameboard"
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
|
|
x:Name="root">
|
|
|
|
x:Name="root"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Shell.BackButtonBehavior>
|
|
|
|
|
|
|
|
<BackButtonBehavior IsVisible="False" IsEnabled="False"></BackButtonBehavior>
|
|
|
|
|
|
|
|
</Shell.BackButtonBehavior>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|