delete CM page and play page / add Gameboard page / edit styles for add the background color in VerticalStackLayout + scroll view → edit of AppShell after edit of pages directory
parent
c472153503
commit
fc5d386f57
@ -1,9 +0,0 @@
|
||||
namespace Qwirkle.Pages;
|
||||
|
||||
public partial class NewPage1 : ContentPage
|
||||
{
|
||||
public NewPage1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
namespace Qwirkle.Pages;
|
||||
|
||||
public partial class Gameboard : ContentPage
|
||||
{
|
||||
public Gameboard()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Qwirkle.Pages.NewPage1"
|
||||
Title="NewPage1">
|
||||
x:Class="Qwirkle.Pages.Gameboard"
|
||||
Title="Gameboard">
|
||||
<VerticalStackLayout>
|
||||
<Label
|
||||
Text="Welcome to .NET MAUI!"
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="Qwirkle.Pages.Play"
|
||||
Title="Play">
|
||||
<VerticalStackLayout>
|
||||
<Label
|
||||
Text="Play"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="Center" />
|
||||
</VerticalStackLayout>
|
||||
</ContentPage>
|
@ -1,9 +0,0 @@
|
||||
namespace Qwirkle.Pages;
|
||||
|
||||
public partial class Play : ContentPage
|
||||
{
|
||||
public Play()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Loading…
Reference in new issue