Update NavigationPage Platform Specifics demo with pre-393 compatible color

This commit is contained in:
E.Z. Hart 2016-12-02 14:47:57 -07:00
Родитель 9dc9cca9c3
Коммит 43b01c5c7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1196DD903A2F7606
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ namespace Xamarin.Forms.Controls.GalleryPages.PlatformSpecificsGalleries
PushAsync(CreateRoot(restore));
WindowsPlatformSpecificsGalleryHelpers.AddToolBarItems(this);
BarBackgroundColor = Color.CornflowerBlue;
BarBackgroundColor = Color.FromHex("6495ED");
}
ContentPage CreateRoot(ICommand restore)