dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

Custom shell back button is always white in colour. #22450

Open GlacierFox opened 5 months ago

GlacierFox commented 5 months ago

Description

I've got a custom back button on some of my pages, the actual SVG file is coloured yellow but it's showing up as white in the app, in both light and dark modes.

Screenshot_20240516_121934

<Shell.BackButtonBehavior>
    <BackButtonBehavior IconOverride="system_icon_page_back_button.png" />
</Shell.BackButtonBehavior>

I had a look at issue #20811 which concerns the default back button being white and made the stated alterations in my styles.xaml but I'm still only getting white.

<Setter Property="Shell.ForegroundColor" Value="{AppThemeBinding Light={StaticResource Secondary}, Dark={StaticResource Secondary}}" /> (The secondary color is yellow in hue.)

Steps to Reproduce

Apply a custom colored back icon with a BackButtonBehaviour. Observe that it's still white.

Link to public reproduction project repository

No response

Version with bug

8.0.40 SR5

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 14 - API 34

Did you find any workaround?

No

Relevant log output

No response

github-actions[bot] commented 5 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Zhanglirong-Winnie commented 5 months ago

Verified this issue with Visual Studio 17.10 Preview 7.0(8.0.408.0.20&8.0.3). Can repro on Android platform.