diff --git a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml index a6e9ac662..cc28c2251 100644 --- a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml +++ b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml @@ -9,30 +9,23 @@ xmlns:core="clr-namespace:Bit.Core;assembly=BitwardenCore" StyleClass="list-row, list-row-platform" HorizontalOptions="FillAndExpand" - x:DataType="pages:GroupingsPageTOTPListItem"> + x:DataType="pages:GroupingsPageTOTPListItem" + ColumnDefinitions="40,*,40,Auto,40" + RowSpacing="0" + Padding="0,10,0,0" + RowDefinitions="Auto,Auto"> - - - - - - - - - - - - @@ -46,47 +39,35 @@ VerticalOptions="Center" WidthRequest="22" HeightRequest="22" + Grid.RowSpan="2" IsVisible="{Binding ShowIconImage}" Source="{Binding IconImageSource, Mode=OneTime}" AutomationProperties.IsInAccessibleTree="False" /> - - - - - + Grid.Row="0" + VerticalTextAlignment="End" + VerticalOptions="End" + StyleClass="list-title, list-title-platform" + Text="{Binding Cipher.Name}" /> - +