diff --git a/LivreLand/AppShell.xaml b/LivreLand/AppShell.xaml index b72100d..5929e08 100644 --- a/LivreLand/AppShell.xaml +++ b/LivreLand/AppShell.xaml @@ -4,11 +4,25 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:LivreLand" - Shell.FlyoutBehavior="Disabled"> + xmlns:view="clr-namespace:LivreLand.View" + Shell.FlyoutBehavior="Disabled" + Shell.NavBarIsVisible="False" + Shell.TabBarTitleColor="Red"> + + + + + + + - diff --git a/LivreLand/LivreLand.csproj b/LivreLand/LivreLand.csproj index e0e0eed..94253f8 100644 --- a/LivreLand/LivreLand.csproj +++ b/LivreLand/LivreLand.csproj @@ -55,7 +55,33 @@ - + + + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + diff --git a/LivreLand/MainPage.xaml b/LivreLand/MainPage.xaml deleted file mode 100644 index 15e39db..0000000 --- a/LivreLand/MainPage.xaml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - -