diff --git a/LivreLand/Resources/Images/book_cover.png b/LivreLand/Resources/Images/book_cover.png
new file mode 100644
index 0000000..e24d446
Binary files /dev/null and b/LivreLand/Resources/Images/book_cover.png differ
diff --git a/LivreLand/View/DetailsLivreView.xaml b/LivreLand/View/DetailsLivreView.xaml
index c093f25..f242491 100644
--- a/LivreLand/View/DetailsLivreView.xaml
+++ b/LivreLand/View/DetailsLivreView.xaml
@@ -43,6 +43,11 @@
+
diff --git a/LivreLand/View/FiltrageDateView.xaml b/LivreLand/View/FiltrageDateView.xaml
index ed16b02..b36a7b1 100644
--- a/LivreLand/View/FiltrageDateView.xaml
+++ b/LivreLand/View/FiltrageDateView.xaml
@@ -15,10 +15,10 @@
-
+ HeaderSwitchButtonVisible="True"
+ Grid.Row="0"/>
diff --git a/LivreLand/View/TousView.xaml b/LivreLand/View/TousView.xaml
index 573989e..342a84c 100644
--- a/LivreLand/View/TousView.xaml
+++ b/LivreLand/View/TousView.xaml
@@ -1,16 +1,37 @@
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
@@ -21,24 +42,29 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
diff --git a/LivreLand/View/TousView.xaml.cs b/LivreLand/View/TousView.xaml.cs
index a0cdab4..17caea5 100644
--- a/LivreLand/View/TousView.xaml.cs
+++ b/LivreLand/View/TousView.xaml.cs
@@ -6,12 +6,12 @@ public partial class TousView : ContentPage
{
public List AllBooks { get; set; } = new List()
{
- new BookModel("Alain Damasio","La horde du contrevent","Non lu", 0),
- new BookModel("Alain Damasio",".La zone du dehors","Terminé", 0),
- new BookModel("Cixin Liu","L'équateur d'Einstein","Non lu", 0)
+ new BookModel("La horde du contrevent","Alain Damasio","Non lu", 0),
+ new BookModel("La zone du dehors","Alain Damasio","Terminé", 0),
+ new BookModel("L'équateur d'Einstein","Cixin Liu","Non lu", 0)
};
- public TousView()
+ public TousView()
{
BindingContext = this;
InitializeComponent();