Shell Navigation Bar Has Shadow property (#8408)
authorShane Neuville <shneuvil@microsoft.com>
Wed, 20 Nov 2019 11:51:30 +0000 (04:51 -0700)
committerRui Marinho <me@ruimarinho.net>
Wed, 20 Nov 2019 11:51:30 +0000 (11:51 +0000)
commitf9e503ff966dbca4701fbef327d106efb4ad68f1
tree80da23bf6684c127de324a293a9a4baf523b32ca
parent9a758e0bac79217d9d5a7e3b6064828c0e63888e
Shell Navigation Bar Has Shadow property (#8408)

* add shadow api for shell nav bar

* - ios fixes

* - ios fixes

* - name fix android and simplify types on ios

* - change to listener

* - cleanup

* - remove toolbar

* - fix ios to propagate nav bar on page push

* - fix android crash
Xamarin.Forms.Controls/XamStore/Views/StorePages.cs
Xamarin.Forms.Core/Internals/PropertyPropagationExtensions.cs
Xamarin.Forms.Core/Shell/Shell.cs
Xamarin.Forms.Platform.Android/GenericGlobalLayoutListener.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Renderers/ShellToolbarTracker.cs
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
Xamarin.Forms.Platform.iOS/Renderers/IShellNavBarAppearanceTracker.cs
Xamarin.Forms.Platform.iOS/Renderers/SafeShellNavBarAppearanceTracker.cs
Xamarin.Forms.Platform.iOS/Renderers/ShellNavBarAppearanceTracker.cs
Xamarin.Forms.Platform.iOS/Renderers/ShellSectionRenderer.cs
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.csproj