From 19ba70c9a6a92b7ee07730c86c696d6d9432ed9e Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 31 Aug 2023 13:33:54 -0300 Subject: [PATCH] PM-3349 MAUI - Android - Fix Account switching view --- .../AccountViewCell/AccountViewCell.xaml | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml b/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml index 3a37ec768..4625d826d 100644 --- a/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml +++ b/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml @@ -5,18 +5,19 @@ xmlns:mct="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" xmlns:controls="clr-namespace:Bit.App.Controls" xmlns:u="clr-namespace:Bit.App.Utilities" + xmlns:core="clr-namespace:Bit.Core" x:Name="_accountView" x:DataType="controls:AccountViewCellViewModel"> - + + + @@ -39,6 +40,8 @@ @@ -143,22 +146,14 @@ - - - - - - - + TextColor="{DynamicResource TextColor}" + Text="{Binding Source={x:Static core:BitwardenIcons.Plus}}" + AutomationProperties.IsInAccessibleTree="False" />