From cb7bea579696c3b8dbb3d3138f128f223659529f Mon Sep 17 00:00:00 2001 From: Louwar Date: Fri, 8 Sep 2023 17:08:17 +0200 Subject: [PATCH] Update (Vu_homePage): vu principale faite juste petit fix sur les separateur --- src/BookApp/AppShell.xaml | 3 +- src/BookApp/BookApp.csproj | 12 ++ .../ContentView/ContentCollection.xaml | 37 ++++ .../ContentView/ContentCollection.xaml.cs | 24 +++ src/BookApp/MainPage.xaml | 159 +++++++++++------- src/BookApp/MainPage.xaml.cs | 12 +- src/BookApp/Pages/Tous.xaml | 6 + src/BookApp/Resources/Styles/Styles.xaml | 1 + 8 files changed, 187 insertions(+), 67 deletions(-) create mode 100644 src/BookApp/ContentView/ContentCollection.xaml create mode 100644 src/BookApp/ContentView/ContentCollection.xaml.cs diff --git a/src/BookApp/AppShell.xaml b/src/BookApp/AppShell.xaml index b991a8e..9b032c7 100644 --- a/src/BookApp/AppShell.xaml +++ b/src/BookApp/AppShell.xaml @@ -5,8 +5,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:BookApp" Shell.FlyoutBehavior="Disabled"> - - + diff --git a/src/BookApp/BookApp.csproj b/src/BookApp/BookApp.csproj index 6ec0be8..4b3f268 100644 --- a/src/BookApp/BookApp.csproj +++ b/src/BookApp/BookApp.csproj @@ -70,4 +70,16 @@ + + + ContentCollection.xaml + + + + + + MSBuild:Compile + + + diff --git a/src/BookApp/ContentView/ContentCollection.xaml b/src/BookApp/ContentView/ContentCollection.xaml new file mode 100644 index 0000000..17569dd --- /dev/null +++ b/src/BookApp/ContentView/ContentCollection.xaml @@ -0,0 +1,37 @@ + + + + + + + + + + + + +