From ba9605383da797c590414f6fd93e2e9162b566a3 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 1 May 2019 11:31:00 -0400 Subject: [PATCH] grouping types filter --- .../CipherViewCell/CipherViewCell.xaml | 4 +- .../Vault/GroupingsPage/GroupingsPage.xaml | 29 ++------ .../Vault/GroupingsPage/GroupingsPage.xaml.cs | 4 ++ .../GroupingsPage/GroupingsPageListGroup.cs | 4 ++ .../GroupingsPage/GroupingsPageListItem.cs | 68 ++++++++++++++++++- .../GroupingsPageListItemSelector.cs | 13 +--- .../GroupingsPage/GroupingsPageViewModel.cs | 15 +++- src/App/Resources/AppResources.Designer.cs | 9 +++ src/App/Resources/AppResources.resx | 3 + src/App/Styles/Base.xaml | 12 +++- 10 files changed, 118 insertions(+), 43 deletions(-) diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml b/src/App/Controls/CipherViewCell/CipherViewCell.xaml index 7edfa6836..638fc9545 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml @@ -43,8 +43,8 @@ ErrorPlaceholder="login.png" HorizontalOptions="Center" VerticalOptions="Center" - WidthRequest="20" - HeightRequest="20" + WidthRequest="22" + HeightRequest="22" IsVisible="False"/>