From c47b279d3b3816c39b24c787b85d0818b53ab299 Mon Sep 17 00:00:00 2001 From: Anthony RICHARD Date: Wed, 26 Apr 2023 15:20:24 +0200 Subject: [PATCH] Ajout de la barre de navigation --- Sources/Stim/Stim/AppShell.xaml | 21 +++++++++++++------ Sources/Stim/Stim/FollowPage.xaml | 4 +--- Sources/Stim/Stim/MainPage.xaml | 8 ++----- Sources/Stim/Stim/ProfilPage.xaml | 4 +--- .../Stim/Stim/Resources/Styles/Styles.xaml | 2 +- 5 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Sources/Stim/Stim/AppShell.xaml b/Sources/Stim/Stim/AppShell.xaml index a05539d..df7b4c2 100644 --- a/Sources/Stim/Stim/AppShell.xaml +++ b/Sources/Stim/Stim/AppShell.xaml @@ -4,11 +4,20 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Stim" - Shell.FlyoutBehavior="Disabled"> - - + xmlns:views="clr-namespace:Stim" + FlyoutBehavior="Disabled" + BackgroundColor="{StaticResource Gray600}" + > + + + + + diff --git a/Sources/Stim/Stim/FollowPage.xaml b/Sources/Stim/Stim/FollowPage.xaml index 221c307..596960a 100644 --- a/Sources/Stim/Stim/FollowPage.xaml +++ b/Sources/Stim/Stim/FollowPage.xaml @@ -2,8 +2,7 @@ + Title="Suivis"> @@ -17,7 +16,6 @@ - diff --git a/Sources/Stim/Stim/MainPage.xaml b/Sources/Stim/Stim/MainPage.xaml index ce7e11e..e1dbcbd 100644 --- a/Sources/Stim/Stim/MainPage.xaml +++ b/Sources/Stim/Stim/MainPage.xaml @@ -1,13 +1,11 @@  - - + @@ -20,8 +18,6 @@ - - diff --git a/Sources/Stim/Stim/ProfilPage.xaml b/Sources/Stim/Stim/ProfilPage.xaml index eb29f06..e576814 100644 --- a/Sources/Stim/Stim/ProfilPage.xaml +++ b/Sources/Stim/Stim/ProfilPage.xaml @@ -2,8 +2,7 @@ + Title="Profil"> @@ -18,7 +17,6 @@ - diff --git a/Sources/Stim/Stim/Resources/Styles/Styles.xaml b/Sources/Stim/Stim/Resources/Styles/Styles.xaml index e7eefdb..c5aaf62 100644 --- a/Sources/Stim/Stim/Resources/Styles/Styles.xaml +++ b/Sources/Stim/Stim/Resources/Styles/Styles.xaml @@ -362,7 +362,7 @@ - +