From 6c24aaddbd1b2bfea7cca137a79ea312f59e5c21 Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Sat, 8 Apr 2023 15:17:36 +0200 Subject: [PATCH] add custom flyout + change some colors --- MCTG/Views/AppShell.xaml | 54 ++----------------- ...inerWithHeader.xaml => ContainerBase.xaml} | 9 +++- ...thHeader.xaml.cs => ContainerBase.xaml.cs} | 6 +-- MCTG/Views/CustomFlyout.xaml | 44 +++++++++++++++ MCTG/Views/CustomFlyout.xaml.cs | 9 ++++ MCTG/Views/CustomHeader.xaml | 7 +-- MCTG/Views/Home.xaml | 12 ++--- MCTG/Views/Resources/Images/search_icon.svg | 1 + MCTG/Views/Resources/Styles/Colors.xaml | 7 +-- MCTG/Views/Resources/Styles/Styles.xaml | 8 +-- MCTG/Views/Views.csproj | 8 ++- 11 files changed, 92 insertions(+), 73 deletions(-) rename MCTG/Views/{ContainerWithHeader.xaml => ContainerBase.xaml} (73%) rename MCTG/Views/{ContainerWithHeader.xaml.cs => ContainerBase.xaml.cs} (71%) create mode 100644 MCTG/Views/CustomFlyout.xaml create mode 100644 MCTG/Views/CustomFlyout.xaml.cs create mode 100644 MCTG/Views/Resources/Images/search_icon.svg diff --git a/MCTG/Views/AppShell.xaml b/MCTG/Views/AppShell.xaml index 38dd24a..f825052 100644 --- a/MCTG/Views/AppShell.xaml +++ b/MCTG/Views/AppShell.xaml @@ -8,57 +8,9 @@ Shell.FlyoutBehavior="Disabled" Shell.NavBarIsVisible="False"> - - - - - - - - - - - -