From 138d37cf5ef804ce83c4ac1c88183ba88f05bf65 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Fri, 26 Jan 2024 12:27:57 -0300 Subject: [PATCH] PM-5928 Fix circle animation to be shown on verification codes list on each item --- .../AuthenticatorViewCell/AuthenticatorViewCell.xaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Core/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml b/src/Core/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml index a7a8a903a..87e48ad2a 100644 --- a/src/Core/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml +++ b/src/Core/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml @@ -47,7 +47,7 @@ Grid.Column="1" Grid.Row="0" VerticalTextAlignment="Center" - VerticalOptions="Fill" + VerticalOptions="End" StyleClass="list-title, list-title-platform" Text="{Binding Cipher.Name}" /> @@ -56,7 +56,7 @@ Grid.Column="1" Grid.Row="1" VerticalTextAlignment="Center" - VerticalOptions="Fill" + VerticalOptions="Start" StyleClass="list-subtitle, list-subtitle-platform" Text="{Binding Cipher.SubTitle}" /> @@ -66,11 +66,14 @@ Grid.Column="2" Grid.RowSpan="2" HorizontalOptions="Fill" + WidthRequest="50" + HeightRequest="50" VerticalOptions="CenterAndExpand" />