From fc5d386f57d31ec8b93d9b48f0f43b63b768b9e8 Mon Sep 17 00:00:00 2001 From: jeremy-my Date: Wed, 27 Mar 2024 18:01:58 +0100 Subject: [PATCH] =?UTF-8?q?delete=20CM=20page=20and=20play=20page=20/=20ad?= =?UTF-8?q?d=20Gameboard=20page=20/=20edit=20styles=20for=20add=20the=20ba?= =?UTF-8?q?ckground=20color=20in=20VerticalStackLayout=20+=20scroll=20view?= =?UTF-8?q?=20=E2=86=92=20edit=20of=20AppShell=20after=20edit=20of=20pages?= =?UTF-8?q?=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Qwirkle/Qwirkle/AppShell.xaml | 6 +++--- Qwirkle/Qwirkle/Pages/CM.xaml.cs | 9 --------- Qwirkle/Qwirkle/Pages/GameBoard.xaml.cs | 9 +++++++++ .../Qwirkle/Pages/{CM.xaml => Gameboard.xaml} | 4 ++-- Qwirkle/Qwirkle/Pages/Play.xaml | 12 ------------ Qwirkle/Qwirkle/Pages/Play.xaml.cs | 9 --------- Qwirkle/Qwirkle/Pages/Settings.xaml | 18 +++++++++++------- Qwirkle/Qwirkle/Qwirkle.csproj | 12 ++++++------ Qwirkle/Qwirkle/Resources/Styles/Styles.xaml | 7 +++++++ 9 files changed, 38 insertions(+), 48 deletions(-) delete mode 100644 Qwirkle/Qwirkle/Pages/CM.xaml.cs create mode 100644 Qwirkle/Qwirkle/Pages/GameBoard.xaml.cs rename Qwirkle/Qwirkle/Pages/{CM.xaml => Gameboard.xaml} (79%) delete mode 100644 Qwirkle/Qwirkle/Pages/Play.xaml delete mode 100644 Qwirkle/Qwirkle/Pages/Play.xaml.cs diff --git a/Qwirkle/Qwirkle/AppShell.xaml b/Qwirkle/Qwirkle/AppShell.xaml index 2021db8..7c8d6e5 100644 --- a/Qwirkle/Qwirkle/AppShell.xaml +++ b/Qwirkle/Qwirkle/AppShell.xaml @@ -13,9 +13,9 @@ ContentTemplate="{DataTemplate local:MainPage}" Route="MainPage" /> + Title="Gameboard" + ContentTemplate="{DataTemplate localPages:Gameboard}" + Route="Gameboard" /> + x:Class="Qwirkle.Pages.Gameboard" + Title="Gameboard">