From b63807323f5235a28f36fbf4e45a5d191b21072d Mon Sep 17 00:00:00 2001 From: marcchevaldonne Date: Sat, 27 Apr 2024 01:11:11 +0200 Subject: [PATCH] :test_tube: ended custom toolbar sample --- .../ex_CustomToolbar/MainPage.xaml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ch02_DesigningViews/ex_CustomToolbar/MainPage.xaml b/ch02_DesigningViews/ex_CustomToolbar/MainPage.xaml index b47a6f8..15f1b38 100644 --- a/ch02_DesigningViews/ex_CustomToolbar/MainPage.xaml +++ b/ch02_DesigningViews/ex_CustomToolbar/MainPage.xaml @@ -84,34 +84,34 @@ BackgroundColor="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource PrimaryDark}}" Padding="4"> - + + MinimumHeightRequest="{OnPlatform 16, WinUI=24}" + MinimumWidthRequest="{OnPlatform 16, WinUI=24}" + HeightRequest="{OnPlatform 16, WinUI=24}" + Margin="{OnPlatform '12,0', WinUI='0,0,4,0', Android='0'}" + BackgroundColor="Transparent" VerticalOptions="Center"> - + -