From d6186ab386c8b45bcd789a86ec9398d1f4a04b86 Mon Sep 17 00:00:00 2001 From: lobroda Date: Sun, 10 Sep 2023 06:41:35 +0100 Subject: [PATCH] ADD : last icons (ToDo : corner radius popup, bug init colors, search bar, navigation, order collectionview) --- LivreLand/Resources/Images/bar_code_fill.svg | 23 +++++++++ LivreLand/Resources/Images/folder.svg | 1 + LivreLand/Resources/Images/keyboard_fill.svg | 1 + .../Resources/Images/qr_bar_code_fill.svg | 19 +++++++ LivreLand/Resources/Images/rounded_plus.svg | 1 + LivreLand/Resources/Images/switch_fill.svg | 51 +++++++++++++++++++ .../ContentViews/PopupHomePlusButtonView.xaml | 26 ++++++++++ LivreLand/View/DetailsLivreView.xaml | 4 +- LivreLand/View/HeaderPage.xaml | 3 +- 9 files changed, 126 insertions(+), 3 deletions(-) create mode 100644 LivreLand/Resources/Images/bar_code_fill.svg create mode 100644 LivreLand/Resources/Images/folder.svg create mode 100644 LivreLand/Resources/Images/keyboard_fill.svg create mode 100644 LivreLand/Resources/Images/qr_bar_code_fill.svg create mode 100644 LivreLand/Resources/Images/rounded_plus.svg create mode 100644 LivreLand/Resources/Images/switch_fill.svg diff --git a/LivreLand/Resources/Images/bar_code_fill.svg b/LivreLand/Resources/Images/bar_code_fill.svg new file mode 100644 index 0000000..55ae1e6 --- /dev/null +++ b/LivreLand/Resources/Images/bar_code_fill.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/LivreLand/Resources/Images/folder.svg b/LivreLand/Resources/Images/folder.svg new file mode 100644 index 0000000..646a119 --- /dev/null +++ b/LivreLand/Resources/Images/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/LivreLand/Resources/Images/keyboard_fill.svg b/LivreLand/Resources/Images/keyboard_fill.svg new file mode 100644 index 0000000..a34a078 --- /dev/null +++ b/LivreLand/Resources/Images/keyboard_fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/LivreLand/Resources/Images/qr_bar_code_fill.svg b/LivreLand/Resources/Images/qr_bar_code_fill.svg new file mode 100644 index 0000000..cf529aa --- /dev/null +++ b/LivreLand/Resources/Images/qr_bar_code_fill.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/LivreLand/Resources/Images/rounded_plus.svg b/LivreLand/Resources/Images/rounded_plus.svg new file mode 100644 index 0000000..e45aa7f --- /dev/null +++ b/LivreLand/Resources/Images/rounded_plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/LivreLand/Resources/Images/switch_fill.svg b/LivreLand/Resources/Images/switch_fill.svg new file mode 100644 index 0000000..802fb8d --- /dev/null +++ b/LivreLand/Resources/Images/switch_fill.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml b/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml index 55092ad..a2d2d5f 100644 --- a/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml +++ b/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml @@ -39,6 +39,14 @@