diff --git a/CanYouBuildIt/AppShell.xaml b/CanYouBuildIt/AppShell.xaml index bd737f5..0df4354 100644 --- a/CanYouBuildIt/AppShell.xaml +++ b/CanYouBuildIt/AppShell.xaml @@ -5,22 +5,29 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:CanYouBuildIt" xmlns:views="clr-namespace:CanYouBuildIt.Views" - Shell.FlyoutBehavior="Disabled"> + Shell.FlyoutBehavior="Disabled" + Shell.NavBarIsVisible="False" + Title="CanYouRunIt" + > - + + + + + - + diff --git a/CanYouBuildIt/Resources/Images/dotnet_bot.svg b/CanYouBuildIt/Resources/Images/dotnet_bot.svg deleted file mode 100644 index 51b1c33..0000000 --- a/CanYouBuildIt/Resources/Images/dotnet_bot.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CanYouBuildIt/Resources/Images/pc/pc1.png b/CanYouBuildIt/Resources/Images/pc/pc1.png deleted file mode 100644 index 9f081c8..0000000 Binary files a/CanYouBuildIt/Resources/Images/pc/pc1.png and /dev/null differ diff --git a/CanYouBuildIt/Views/Acceuil.xaml b/CanYouBuildIt/Views/Acceuil.xaml index 07450b5..4ac402c 100644 --- a/CanYouBuildIt/Views/Acceuil.xaml +++ b/CanYouBuildIt/Views/Acceuil.xaml @@ -1,12 +1,13 @@ - - + + @@ -51,7 +52,7 @@ - + @@ -75,10 +76,28 @@ Text="Favoris" HorizontalOptions="Center" BackgroundColor="DimGrey" - TextColor="Snow"/> + TextColor="Snow" + Clicked="NavFav"/> + + + + + + +