From 5812dc7e7eda32918bc24cdf1ea55cc6ce2bcf7c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 30 Apr 2019 11:27:53 -0400 Subject: [PATCH] more button on cipher listing --- .../Controls/CipherViewCell/CipherViewCell.xaml | 15 ++++++++------- .../CipherViewCell/CipherViewCell.xaml.cs | 14 ++++++++++++++ .../Pages/Vault/GroupingsPage/GroupingsPage.xaml | 7 +++++-- .../Vault/GroupingsPage/GroupingsPageViewModel.cs | 12 ++++++++++++ src/App/Styles/Android.xaml | 3 +++ src/App/Styles/Base.xaml | 12 ++++++++++++ 6 files changed, 54 insertions(+), 9 deletions(-) diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml b/src/App/Controls/CipherViewCell/CipherViewCell.xaml index 2cb827cd9..7edfa6836 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml @@ -74,13 +74,14 @@ Margin="5, 0, 0, 0" Text="" IsVisible="{Binding Cipher.HasAttachments, Mode=OneWay}" /> - -