From 6ae7d6dd8d810b4662bf97fe0b357ff2492ef863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Bispo?= Date: Wed, 15 Jun 2022 20:54:00 +0100 Subject: [PATCH] PS-70 Fixed grid cell width. Added red progress at 20 percent. Refactored circular progress view. --- .../AuthenticatorViewCell.xaml | 44 ++++++------- .../Controls/CircularProgressbarView.xaml.cs | 62 +++++-------------- 2 files changed, 34 insertions(+), 72 deletions(-) diff --git a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml index ceed4f7fc..9385ad925 100644 --- a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml +++ b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml @@ -10,6 +10,7 @@ StyleClass="list-row, list-row-platform" RowSpacing="0" ColumnSpacing="0" + HorizontalOptions="FillAndExpand" x:DataType="pages:GroupingsPageTOTPListItem"> @@ -26,8 +27,8 @@ - - + + @@ -59,63 +60,55 @@ Grid.Row="0" Grid.Column="1" VerticalOptions="Center" + HorizontalOptions="FillAndExpand" Padding="0, 7"> - - - - - - + Text="{Binding Cipher.Name}" />