Open davidortinau opened 3 years ago
Thanks for the detailed description, the issue will be fixed https://github.com/xamarin/Xamarin.Forms/pull/13090
Hello, I have confusion regarding MAUI. Is <Setter Property="Shell.Background" Value="title_bar.png" />
valid if I want to set an image as the Background of "TitleBar"? If it's the correct approach then it's also not working.
@samhouts @davidortinau This is still not working on MAUI 6.0.536
Description
Expected Behavior
The
Shell.Background
should take a gradient brush and display it in the navigation bar background.Actual Behavior
Nothing is rendered, and it's white.
Basic Information
Reproduction Link
https://github.com/davidortinau/Xappy
The gradient brush:
Assigning to the Shell.Background: