Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GlacierFox opened this issue May 16, 2024 · 2 comments
Open

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

GlacierFox opened this issue May 16, 2024 · 2 comments
Labels
area-controls-shell Shell Navigation, Routes, Tabs, Flyout platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@GlacierFox
Copy link

GlacierFox commented May 16, 2024

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

@GlacierFox GlacierFox added the t/bug Something isn't working label May 16, 2024
Copy link
Contributor

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 Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels May 17, 2024
@Zhanglirong-Winnie
Copy link
Collaborator

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

@Eilon Eilon added the area-controls-shell Shell Navigation, Routes, Tabs, Flyout label May 17, 2024
@jsuarezruiz jsuarezruiz added this to the Backlog milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-shell Shell Navigation, Routes, Tabs, Flyout platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants