Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Theme manager doesn't respect Systray color settings #19

Description

@anderZubi

I'm using custom colors for Systray in my app:

<Application.Resources> <ResourceDictionary> <Style x:Key="DefaultPageStyle" TargetType="phone:PhoneApplicationPage"> <Setter Property="shell:SystemTray.BackgroundColor" Value="#FF004FBD" /> <Setter Property="shell:SystemTray.ForegroundColor" Value="#FEFFFFFF" /> </Style> </ResourceDictionary> </Application.Resources>

I'm using Theme Manager to force dark theme in white themed device.

However, in this case it doesn't respect my settings and draws a black Systray with white foreground.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions