xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.88k forks source link

[Enhancement] Match all the current TabPage style features into shell #7730

Closed PureWeen closed 2 years ago

PureWeen commented 4 years ago

Summary

Currently the tabs on Shell can't be styled as well as a TabPage. We need to add the ability to tint each tabs selected and unselected color.

Implementation Details

Wait to implement until we discuss the best option. This might be implemented as part of a more customized custom control.

If we end up just styling the native TabBar then make sure to reuse the tinting code that's part of the TabPageRenderer on each platform

jfversluis commented 2 years ago

Thanks for this suggestion! As Xamarin.Forms is now in maintenance mode, this will not happen anymore for Xamarin.Forms. We're only adding bugfixes and stability fixes.

If this is still important to you, make sure to check the .NET MAUI repo and see if it's already on the roadmap. If not, feel free to open a discussion to discuss a change first or open an issue with a detailed feature request. Thanks!