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" /> - -