From e4532c70cdd253c9e5e0f1c6cc173ab47f349a0c Mon Sep 17 00:00:00 2001 From: Satoshi Nakamura Date: Wed, 6 Sep 2023 19:02:22 +0900 Subject: [PATCH] Fix Android SwitchCell --- Sample/ViewModels/CustomHeaderViewModel.cs | 5 +- Sample/Views/CustomHeaderPage.xaml | 88 ++++++++++--------- .../Platforms/Android/Cells/SwitchCellView.cs | 2 +- 3 files changed, 48 insertions(+), 47 deletions(-) diff --git a/Sample/ViewModels/CustomHeaderViewModel.cs b/Sample/ViewModels/CustomHeaderViewModel.cs index 5b4eeb6..b1b5a91 100644 --- a/Sample/ViewModels/CustomHeaderViewModel.cs +++ b/Sample/ViewModels/CustomHeaderViewModel.cs @@ -9,9 +9,8 @@ public class CustomHeaderViewModel:BindableBase public ReactivePropertySlim IsAgree { get; } = new ReactivePropertySlim(); public CustomHeaderViewModel() - { - //Description.Value = "退会すると、診察券登録はすべて解除され、利用規約に従いデータは適切に処理されます。"; - Description.Value = "Upon withdrawal, all medical ticket registrations will be cancelled and data will be properly processed in accordance with the Terms of Use."; + { + Description.Value = "Text TextText Text Text Text Text Text Text Text Text Text Text Text Text Text End"; } } diff --git a/Sample/Views/CustomHeaderPage.xaml b/Sample/Views/CustomHeaderPage.xaml index 719a1fd..8b64879 100644 --- a/Sample/Views/CustomHeaderPage.xaml +++ b/Sample/Views/CustomHeaderPage.xaml @@ -5,56 +5,58 @@ xmlns:sv="clr-namespace:AiForms.Settings;assembly=SettingsView" x:Class="Sample.Views.CustomHeaderPage" Title="CustomHeaderPage"> - - - - - - + + + + + + - + - - + + + + + - - - - - - + + - - + + - - - + + + - - - + + + - + +