From ba008b71e58b55abf2fd9f6aab23db9103cf0990 Mon Sep 17 00:00:00 2001 From: lobroda Date: Thu, 14 Sep 2023 09:17:55 +0100 Subject: [PATCH] ADD : more images, colors icons, separator collectionView --- .../Resources/Images/arrow_up_arrow_down.svg | 4 + LivreLand/Resources/Images/book.svg | 10 ++ LivreLand/Resources/Images/switch_fill.svg | 51 ------- LivreLand/Resources/Styles/Styles.xaml | 6 + LivreLand/View/BibliothequeView.xaml | 32 +++-- .../View/ContentViews/HomeButtonView.xaml | 12 +- .../View/ContentViews/HomeButtonView.xaml.cs | 15 ++- .../View/ContentViews/SearchBarView.xaml | 5 +- LivreLand/View/FiltrageAuteurView.xaml | 5 +- LivreLand/View/FiltrageDateView.xaml | 5 +- LivreLand/View/FiltrageNoteView.xaml | 5 +- LivreLand/View/HeaderHome.xaml | 16 ++- LivreLand/View/HeaderPage.xaml | 7 +- LivreLand/View/TousView.xaml | 124 ++++++++++-------- 14 files changed, 159 insertions(+), 138 deletions(-) create mode 100644 LivreLand/Resources/Images/arrow_up_arrow_down.svg create mode 100644 LivreLand/Resources/Images/book.svg delete mode 100644 LivreLand/Resources/Images/switch_fill.svg diff --git a/LivreLand/Resources/Images/arrow_up_arrow_down.svg b/LivreLand/Resources/Images/arrow_up_arrow_down.svg new file mode 100644 index 0000000..65d5982 --- /dev/null +++ b/LivreLand/Resources/Images/arrow_up_arrow_down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/LivreLand/Resources/Images/book.svg b/LivreLand/Resources/Images/book.svg new file mode 100644 index 0000000..0aa4dc3 --- /dev/null +++ b/LivreLand/Resources/Images/book.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/LivreLand/Resources/Images/switch_fill.svg b/LivreLand/Resources/Images/switch_fill.svg deleted file mode 100644 index 802fb8d..0000000 --- a/LivreLand/Resources/Images/switch_fill.svg +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/LivreLand/Resources/Styles/Styles.xaml b/LivreLand/Resources/Styles/Styles.xaml index 970e6cc..c64d590 100644 --- a/LivreLand/Resources/Styles/Styles.xaml +++ b/LivreLand/Resources/Styles/Styles.xaml @@ -225,6 +225,12 @@ + +