From 40f036742f887b4f87168301a3364c4329e117c1 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Mon, 15 Apr 2024 17:13:41 -0300 Subject: [PATCH] PM-7367 Fix empty items state placeholder on Android cipher selection page (#3160) --- src/App/App.csproj | 2 + src/Core/Core.csproj | 11 ++- src/Core/Pages/Vault/CipherSelectionPage.xaml | 1 + .../Pages/Vault/CipherSelectionPage.xaml.cs | 17 ++++ src/Core/Resources/Images/dotnet_bot.svg | 95 ------------------- .../Resources/Images/empty_items_state.svg | 22 +++++ .../Images/empty_items_state_dark.svg | 22 +++++ 7 files changed, 72 insertions(+), 98 deletions(-) delete mode 100755 src/Core/Resources/Images/dotnet_bot.svg create mode 100644 src/Core/Resources/Images/empty_items_state.svg create mode 100644 src/Core/Resources/Images/empty_items_state_dark.svg diff --git a/src/App/App.csproj b/src/App/App.csproj index 00aed6d46..3a03bdd51 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -117,6 +117,7 @@ + @@ -257,5 +258,6 @@ + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 9eafd2762..3f880f911 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -82,11 +82,9 @@ + - - 168,208 - @@ -121,5 +119,12 @@ + + + + + + + \ No newline at end of file diff --git a/src/Core/Pages/Vault/CipherSelectionPage.xaml b/src/Core/Pages/Vault/CipherSelectionPage.xaml index 2dfe44de5..17ae849bb 100644 --- a/src/Core/Pages/Vault/CipherSelectionPage.xaml +++ b/src/Core/Pages/Vault/CipherSelectionPage.xaml @@ -78,6 +78,7 @@ Spacing="20" IsVisible="{Binding ShowNoData}">