From 4df66d139f8128486b3e34e1c206413abd1babd5 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Fri, 2 Dec 2016 13:48:42 -0700 Subject: Allow CommandBar to expand and show command labels (#594) * Allow CommandBar to expand and show command labels Consolidate command bar placement code * Make title text wrapping consistent between NavigationPage and MasterDetailPage * Align toolbar/navigation bar behavior with other platforms --- .../GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Xamarin.Forms.Controls') diff --git a/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs b/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs index 1143678b..28160751 100644 --- a/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs +++ b/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs @@ -8,6 +8,8 @@ namespace Xamarin.Forms.Controls.GalleryPages.PlatformSpecificsGalleries { PushAsync(CreateRoot(restore)); WindowsPlatformSpecificsGalleryHelpers.AddToolBarItems(this); + + BarBackgroundColor = Color.CornflowerBlue; } ContentPage CreateRoot(ICommand restore) -- cgit v1.2.3