From a73923c4f73e8f1b942ac4b16ad778046e486509 Mon Sep 17 00:00:00 2001 From: Dinis Vieira Date: Tue, 20 Feb 2024 22:06:47 +0000 Subject: [PATCH] [PM-5909] Fix Font MAUI Sizes (#3014) * PM-5909 Set the default FontSize for Entry, Editor, SearchBar and Picker on Android so that the fonts have a similar size to the one in the Xamarin Forms app. * PM-5909 Set the default FontSize for Entry, Editor, SearchBar and Picker on iOS so that the fonts have a similar size to the one in the Xamarin Forms app. * PM-5909 Added spacing in specific scenario for Send Groups (between icon and text) --- .../Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml | 1 + src/Core/Resources/Styles/Android.xaml | 8 ++++++++ src/Core/Resources/Styles/iOS.xaml | 8 ++++++++ 3 files changed, 17 insertions(+) diff --git a/src/Core/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml b/src/Core/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml index 2f7a66790..c663d6acc 100644 --- a/src/Core/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml +++ b/src/Core/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml @@ -50,6 +50,7 @@ x:DataType="pages:SendGroupingsPageListItem"> + @@ -39,6 +43,8 @@ Value="{DynamicResource TextColor}" /> + @@ -46,6 +52,8 @@ ApplyToDerivedTypes="True"> + + @@ -16,6 +18,8 @@ ApplyToDerivedTypes="True"> + @@ -37,6 +41,8 @@ ApplyToDerivedTypes="True"> +