diff --git a/AppleMusicApp/AppShell.xaml b/AppleMusicApp/AppShell.xaml index f5c975b..15fed73 100644 --- a/AppleMusicApp/AppShell.xaml +++ b/AppleMusicApp/AppShell.xaml @@ -3,13 +3,39 @@ x:Class="AppleMusicApp.AppShell" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" - xmlns:local="clr-namespace:AppleMusicApp" + xmlns:pages="clr-namespace:AppleMusicApp.Pages" Shell.FlyoutBehavior="Disabled"> - + + - + + + + + + + + \ No newline at end of file diff --git a/AppleMusicApp/AppShell.xaml.cs b/AppleMusicApp/AppShell.xaml.cs index aa1ba31..9399305 100644 --- a/AppleMusicApp/AppShell.xaml.cs +++ b/AppleMusicApp/AppShell.xaml.cs @@ -5,6 +5,7 @@ public partial class AppShell : Shell public AppShell() { InitializeComponent(); + CurrentItem = LibraryTab; } } diff --git a/AppleMusicApp/AppleMusicApp.csproj b/AppleMusicApp/AppleMusicApp.csproj index c3c7c1b..294a637 100644 --- a/AppleMusicApp/AppleMusicApp.csproj +++ b/AppleMusicApp/AppleMusicApp.csproj @@ -33,6 +33,9 @@ false + + false + @@ -42,8 +45,14 @@ + + + + + + @@ -55,4 +64,21 @@ + + + + + + + + + + + + + + + + + diff --git a/AppleMusicApp/MainPage.xaml b/AppleMusicApp/MainPage.xaml deleted file mode 100644 index faf76dd..0000000 --- a/AppleMusicApp/MainPage.xaml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - -