diff --git a/Qwirkle/Qwirkle/AppShell.xaml b/Qwirkle/Qwirkle/AppShell.xaml
index 894686c..5a9db4a 100644
--- a/Qwirkle/Qwirkle/AppShell.xaml
+++ b/Qwirkle/Qwirkle/AppShell.xaml
@@ -6,9 +6,13 @@
xmlns:local="clr-namespace:Qwirkle"
xmlns:localPages="clr-namespace:Qwirkle.Pages"
Shell.FlyoutBehavior="Flyout"
- Title="Qwirkle">
+ Title="Qwirkle"
+ FlyoutBackgroundColor="White">
+
+
+ x:Class="Qwirkle.MainPage"
+ xmlns:controls="clr-namespace:Qwirkle.Views">
-
+
+
+
+
+ Style="{StaticResource MainButton}"/>
@@ -35,10 +34,8 @@
+ Style="{StaticResource MainButton}"/>
@@ -46,10 +43,8 @@
+ Style="{StaticResource MainButton}"/>
@@ -57,10 +52,8 @@
+ Style="{StaticResource MainButton}"/>
@@ -68,10 +61,8 @@
+ Style="{StaticResource MainButton}"/>
@@ -79,10 +70,8 @@
+ Style="{StaticResource MainButton}"/>
diff --git a/Qwirkle/Qwirkle/Pages/Credits.xaml b/Qwirkle/Qwirkle/Pages/Credits.xaml
index c73c000..db55b22 100644
--- a/Qwirkle/Qwirkle/Pages/Credits.xaml
+++ b/Qwirkle/Qwirkle/Pages/Credits.xaml
@@ -2,20 +2,16 @@
-
+
+
+ Style="{StaticResource ContentCenter}"/>
+ Style="{StaticResource ContentCenter}"/>
+ Style="{StaticResource ContentCenter}"/>
diff --git a/Qwirkle/Qwirkle/Pages/Scoreboard.xaml b/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
index d21f5b7..d270eb2 100644
--- a/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
+++ b/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
@@ -8,12 +8,7 @@
-
+
+ Style="{StaticResource Title}"/>
+ Style="{StaticResource ContentStart}"/>
-
+
+ Style="{StaticResource ContentStart}"/>
-
+
+ Style="{StaticResource ContentStart}"/>
-
+
+ Style="{StaticResource ContentStart}"/>
-
+
+ Style="{StaticResource ConfirmButton}"/>
diff --git a/Qwirkle/Qwirkle/Qwirkle.csproj b/Qwirkle/Qwirkle/Qwirkle.csproj
index c383b86..0dd134e 100644
--- a/Qwirkle/Qwirkle/Qwirkle.csproj
+++ b/Qwirkle/Qwirkle/Qwirkle.csproj
@@ -115,6 +115,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml b/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml
index 7d83d8e..e4bfc3e 100644
--- a/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml
+++ b/Qwirkle/Qwirkle/Resources/Styles/Styles.xaml
@@ -19,6 +19,10 @@
+
+
@@ -53,6 +57,24 @@
+
+
+
+
+
+
+
+
@@ -203,12 +236,18 @@
-
+
+
diff --git a/Qwirkle/Qwirkle/Views/ButtonShadow.xaml b/Qwirkle/Qwirkle/Views/ButtonShadow.xaml
new file mode 100644
index 0000000..ba1570d
--- /dev/null
+++ b/Qwirkle/Qwirkle/Views/ButtonShadow.xaml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
diff --git a/Qwirkle/Qwirkle/Views/ButtonShadow.xaml.cs b/Qwirkle/Qwirkle/Views/ButtonShadow.xaml.cs
new file mode 100644
index 0000000..8ade52d
--- /dev/null
+++ b/Qwirkle/Qwirkle/Views/ButtonShadow.xaml.cs
@@ -0,0 +1,9 @@
+namespace Qwirkle.Views;
+
+public partial class ButtonShadow : ContentView
+{
+ public ButtonShadow()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Views/GoBack.xaml b/Qwirkle/Qwirkle/Views/GoBack.xaml
index c5359b2..7fb6306 100644
--- a/Qwirkle/Qwirkle/Views/GoBack.xaml
+++ b/Qwirkle/Qwirkle/Views/GoBack.xaml
@@ -3,9 +3,5 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Qwirkle.Views.GoBack">
+ Style="{StaticResource BackButton}"/>