diff --git a/Qwirkle/Qwirkle/MainPage.xaml b/Qwirkle/Qwirkle/MainPage.xaml
index 3d1e30f..dada2f4 100644
--- a/Qwirkle/Qwirkle/MainPage.xaml
+++ b/Qwirkle/Qwirkle/MainPage.xaml
@@ -20,62 +20,19 @@
Aspect="AspectFit"
/>
-
+
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/Qwirkle/Qwirkle/Pages/Credits.xaml b/Qwirkle/Qwirkle/Pages/Credits.xaml
index db55b22..ffbf238 100644
--- a/Qwirkle/Qwirkle/Pages/Credits.xaml
+++ b/Qwirkle/Qwirkle/Pages/Credits.xaml
@@ -6,8 +6,7 @@
Title="Credits">
-
+
@@ -31,9 +30,7 @@
Style="{StaticResource SubTitle}"/>
+ Style="{StaticResource Logo}"/>
diff --git a/Qwirkle/Qwirkle/Pages/Gameboard.xaml b/Qwirkle/Qwirkle/Pages/Gameboard.xaml
index 82f04ba..fefa29c 100644
--- a/Qwirkle/Qwirkle/Pages/Gameboard.xaml
+++ b/Qwirkle/Qwirkle/Pages/Gameboard.xaml
@@ -2,11 +2,12 @@
-
diff --git a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml
index ab455f0..fe2fdc0 100644
--- a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml
+++ b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml
@@ -7,27 +7,16 @@
-
+
-
+
-
-
-
-
-
+
+
+
+
+
@@ -35,57 +24,51 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
+
diff --git a/Qwirkle/Qwirkle/Pages/Scoreboard.xaml b/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
index d270eb2..fcc4cd0 100644
--- a/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
+++ b/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
@@ -6,27 +6,18 @@
Title="Scoreboard">
-
+
+
-
+
-
+
-
+
@@ -34,19 +25,19 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/Qwirkle/Qwirkle/Pages/SetPlayers.xaml b/Qwirkle/Qwirkle/Pages/SetPlayers.xaml
index 9ff8a5e..3476daf 100644
--- a/Qwirkle/Qwirkle/Pages/SetPlayers.xaml
+++ b/Qwirkle/Qwirkle/Pages/SetPlayers.xaml
@@ -2,37 +2,22 @@
-
-
-
-
-
-
+ Text="SetPlayers"
+ Style="{StaticResource Title}"/>
-
+
-
-
-
-
-
+
-
+
+
+
diff --git a/Qwirkle/Qwirkle/Qwirkle.csproj b/Qwirkle/Qwirkle/Qwirkle.csproj
index 0dd134e..3238a56 100644
--- a/Qwirkle/Qwirkle/Qwirkle.csproj
+++ b/Qwirkle/Qwirkle/Qwirkle.csproj
@@ -118,6 +118,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml b/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml
index e4bfc3e..02fdf26 100644
--- a/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml
+++ b/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml
@@ -23,6 +23,12 @@
+
+
@@ -75,6 +81,11 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Qwirkle/Qwirkle/Views/ButtonShadow.xaml b/Qwirkle/Qwirkle/Views/ButtonShadow.xaml
index ba1570d..4b8b6a6 100644
--- a/Qwirkle/Qwirkle/Views/ButtonShadow.xaml
+++ b/Qwirkle/Qwirkle/Views/ButtonShadow.xaml
@@ -4,7 +4,7 @@
x:Class="Qwirkle.Views.ButtonShadow">
diff --git a/Qwirkle/Qwirkle/Views/EntryPlayer.xaml b/Qwirkle/Qwirkle/Views/EntryPlayer.xaml
new file mode 100644
index 0000000..8b10102
--- /dev/null
+++ b/Qwirkle/Qwirkle/Views/EntryPlayer.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/Qwirkle/Qwirkle/Views/EntryPlayer.xaml.cs b/Qwirkle/Qwirkle/Views/EntryPlayer.xaml.cs
new file mode 100644
index 0000000..d8f241a
--- /dev/null
+++ b/Qwirkle/Qwirkle/Views/EntryPlayer.xaml.cs
@@ -0,0 +1,9 @@
+namespace Qwirkle.Views;
+
+public partial class EntryPlayer : ContentView
+{
+ public EntryPlayer()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Views/LeaderboardLine.xaml b/Qwirkle/Qwirkle/Views/LeaderboardLine.xaml
index 0c643f1..dda5ed9 100644
--- a/Qwirkle/Qwirkle/Views/LeaderboardLine.xaml
+++ b/Qwirkle/Qwirkle/Views/LeaderboardLine.xaml
@@ -5,61 +5,35 @@
x:Class="Qwirkle.Views.LeaderboardLine">
-
-
-
-
-
+ Style="{StaticResource ContentTab}"
+/>
+
+
-
-
-
+ Style="{StaticResource ContentTab}"/>
+
+
+
-
-
+ Style="{StaticResource ContentTab}"/>
+
+
+ />
\ No newline at end of file