diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs index 3267474..62727b7 100644 --- a/MCTG/Views/App.xaml.cs +++ b/MCTG/Views/App.xaml.cs @@ -7,6 +7,7 @@ InitializeComponent(); MainPage = new AppShell(); + Application.Current.UserAppTheme = AppTheme.Light; } } } \ No newline at end of file diff --git a/MCTG/Views/AppShell.xaml b/MCTG/Views/AppShell.xaml index db5d662..dd0cdd2 100644 --- a/MCTG/Views/AppShell.xaml +++ b/MCTG/Views/AppShell.xaml @@ -4,16 +4,60 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Vue" - Shell.FlyoutBehavior="Disabled"> + FlyoutBackgroundColor="DarkGray" + Shell.FlyoutBehavior="Flyout"> - + + + + + + + + + + + +