diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml b/src/App/Controls/CipherViewCell/CipherViewCell.xaml index 9c5d7f51d..ae88ed9cc 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml @@ -4,83 +4,103 @@ x:Class="Bit.App.Controls.CipherViewCell" xmlns:controls="clr-namespace:Bit.App.Controls" xmlns:ff="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms"> - + + - - + + - - - - - + diff --git a/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs b/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs index 8dc186b17..20f8c520e 100644 --- a/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs +++ b/src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs @@ -181,7 +181,7 @@ namespace Bit.App.Controls return new Tuple(icon, image); } - private void ImageButton_Clicked(object sender, EventArgs e) + private void MoreButton_Clicked(object sender, EventArgs e) { ButtonCommand?.Execute(Cipher); } diff --git a/src/App/Styles/Base.xaml b/src/App/Styles/Base.xaml index 67ba85dc6..68ba2afdf 100644 --- a/src/App/Styles/Base.xaml +++ b/src/App/Styles/Base.xaml @@ -236,10 +236,6 @@ Value="0" /> - -