From 65a3924aa9431574bd4287b7cac0c4b88a3ad5f3 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Wed, 5 Apr 2023 13:40:33 +0200 Subject: [PATCH] Added setting page --- MangaMap/AppShell.xaml | 4 ++++ MangaMap/MangaMap.csproj | 3 +++ MangaMap/Views/homePage.xaml | 3 ++- MangaMap/Views/settingsPage.xaml | 14 ++++++++++++++ MangaMap/Views/settingsPage.xaml.cs | 14 ++++++++++++++ 5 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 MangaMap/Views/settingsPage.xaml create mode 100644 MangaMap/Views/settingsPage.xaml.cs diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml index e879090..229c8eb 100644 --- a/MangaMap/AppShell.xaml +++ b/MangaMap/AppShell.xaml @@ -19,6 +19,10 @@ + + + diff --git a/MangaMap/MangaMap.csproj b/MangaMap/MangaMap.csproj index bae8805..3dfee2b 100644 --- a/MangaMap/MangaMap.csproj +++ b/MangaMap/MangaMap.csproj @@ -68,6 +68,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/MangaMap/Views/homePage.xaml b/MangaMap/Views/homePage.xaml index 8fe5121..709d70c 100644 --- a/MangaMap/Views/homePage.xaml +++ b/MangaMap/Views/homePage.xaml @@ -43,7 +43,7 @@ HeightRequest="150" Fill="Purple"/> - + @@ -71,5 +71,6 @@ + \ No newline at end of file diff --git a/MangaMap/Views/settingsPage.xaml b/MangaMap/Views/settingsPage.xaml new file mode 100644 index 0000000..f442a6b --- /dev/null +++ b/MangaMap/Views/settingsPage.xaml @@ -0,0 +1,14 @@ + + + + + +