From 46c73dafbe6c02a05faee022f8e0c4afc85cdf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Bispo?= Date: Tue, 21 Jun 2022 17:07:45 +0100 Subject: [PATCH] PS-70 Splited totp code to adjust spacing. --- .../AuthenticatorViewCell.xaml | 78 +++++++++++-------- .../GroupingsPageTOTPListItem.cs | 13 +++- 2 files changed, 58 insertions(+), 33 deletions(-) diff --git a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml index e979cf5e6..91dbbfae8 100644 --- a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml +++ b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml @@ -1,23 +1,23 @@ + xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" + x:Class="Bit.App.Controls.AuthenticatorViewCell" + xmlns:controls="clr-namespace:Bit.App.Controls" + xmlns:pages="clr-namespace:Bit.App.Pages" + xmlns:u="clr-namespace:Bit.App.Utilities" + xmlns:ff="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms" + xmlns:core="clr-namespace:Bit.Core;assembly=BitwardenCore" + StyleClass="list-row, list-row-platform" + RowSpacing="0" + ColumnSpacing="0" + HorizontalOptions="FillAndExpand" + x:DataType="pages:GroupingsPageTOTPListItem"> - - - - + + + + @@ -28,7 +28,7 @@ - + @@ -54,7 +54,7 @@ Source="{Binding IconImageSource, Mode=OneTime}" AutomationProperties.IsInAccessibleTree="False" /> - -