From 5bbef3ee169910d10e121fbe800970174845bff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Filipe=20da=20Silva=20Bispo?= Date: Fri, 27 May 2022 14:52:19 +0100 Subject: [PATCH] [PS-676] Accessibility - "Options" expand/collapse control does not announce state (#1925) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * PS-676: Accessibility - "Options" expand/collapse control does not announce state - Moved to click event to the stacklayout - Added accessibility text to stacklayout - Removed accessibility on views inside stacklayout * PS-676 Changed event to command Co-authored-by: AndreĢ Bispo --- src/App/Pages/Send/SendAddEditPage.xaml | 16 ++++++++++------ src/App/Pages/Send/SendAddEditPage.xaml.cs | 5 ----- src/App/Pages/Send/SendAddEditPageViewModel.cs | 9 ++++++++- src/App/Resources/AppResources.Designer.cs | 12 ++++++++++++ src/App/Resources/AppResources.resx | 6 ++++++ 5 files changed, 36 insertions(+), 12 deletions(-) diff --git a/src/App/Pages/Send/SendAddEditPage.xaml b/src/App/Pages/Send/SendAddEditPage.xaml index c6701c682..b5e796b44 100644 --- a/src/App/Pages/Send/SendAddEditPage.xaml +++ b/src/App/Pages/Send/SendAddEditPage.xaml @@ -2,6 +2,7 @@ + Spacing="0" + xct:TouchEffect.Command="{Binding ToggleOptionsCommand}" + AutomationProperties.IsInAccessibleTree="True" + AutomationProperties.Name="{Binding OptionsAccessilibityText}">