diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml index c0cf8d6..0bc2603 100644 --- a/MangaMap/AppShell.xaml +++ b/MangaMap/AppShell.xaml @@ -4,33 +4,33 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:MangaMap" - xmlns:Views="clr-namespace:MangaMap.Views"> + xmlns:Views="clr-namespace:MangaMap.Views" + Shell.FlyoutBehavior="Flyout" + Shell.NavBarIsVisible="False"> - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/MangaMap/CustomHeader.xaml b/MangaMap/CustomHeader.xaml new file mode 100644 index 0000000..b9827b1 --- /dev/null +++ b/MangaMap/CustomHeader.xaml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/MangaMap/CustomHeader.xaml.cs b/MangaMap/CustomHeader.xaml.cs new file mode 100644 index 0000000..b34c7fb --- /dev/null +++ b/MangaMap/CustomHeader.xaml.cs @@ -0,0 +1,9 @@ +namespace MangaMap; + +public partial class NewContent1 : ContentView +{ + public NewContent1() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/MangaMap/MangaMap.csproj b/MangaMap/MangaMap.csproj index 38d05e2..283cd48 100644 --- a/MangaMap/MangaMap.csproj +++ b/MangaMap/MangaMap.csproj @@ -48,21 +48,28 @@ + + + + + + CustomHeader.xaml + signUpPage.xaml - + MSBuild:Compile - + MSBuild:Compile diff --git a/MangaMap/MauiProgram.cs b/MangaMap/MauiProgram.cs index b35f1b0..041163b 100644 --- a/MangaMap/MauiProgram.cs +++ b/MangaMap/MauiProgram.cs @@ -9,7 +9,7 @@ public static class MauiProgram var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() - .ConfigureFonts(fonts => + .ConfigureFonts(fonts => { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); diff --git a/MangaMap/Resources/Images/logo.png b/MangaMap/Resources/Images/logo.png new file mode 100644 index 0000000..fbd1cbc Binary files /dev/null and b/MangaMap/Resources/Images/logo.png differ diff --git a/MangaMap/Resources/Images/test.jpg b/MangaMap/Resources/Images/test.jpg new file mode 100644 index 0000000..a64c869 Binary files /dev/null and b/MangaMap/Resources/Images/test.jpg differ diff --git a/MangaMap/Views/CustomHeader.xaml b/MangaMap/Views/CustomHeader.xaml deleted file mode 100644 index 0c75ee5..0000000 --- a/MangaMap/Views/CustomHeader.xaml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/MangaMap/Views/CustomHeader.xaml.cs b/MangaMap/Views/CustomHeader.xaml.cs deleted file mode 100644 index 1f4b8bb..0000000 --- a/MangaMap/Views/CustomHeader.xaml.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace MangaMap.Views; - -public partial class CustomHeader : ContentView -{ - public CustomHeader() - { - InitializeComponent(); - } -} \ No newline at end of file diff --git a/MangaMap/Views/homePage.xaml b/MangaMap/Views/homePage.xaml index e671624..cbdfa04 100644 --- a/MangaMap/Views/homePage.xaml +++ b/MangaMap/Views/homePage.xaml @@ -1,18 +1,23 @@ + + + + BackgroundColor="#1E1E1E" + Grid.Row="1"> @@ -69,7 +74,60 @@ Fill="Yellow"/> - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml index 6c50c1f..9f03ebd 100644 --- a/MangaMap/Views/listPage.xaml +++ b/MangaMap/Views/listPage.xaml @@ -18,93 +18,64 @@ - - - - - - + - - - - - - - + + + - - - - - + - + - - - - - + - + - - - - - + - + - - - - - + - + - - - - - + - +