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

Theme manager doesn't respect Systray color settings #19

Open
anderZubi opened this issue Jul 22, 2014 · 1 comment
Open

Theme manager doesn't respect Systray color settings #19

anderZubi opened this issue Jul 22, 2014 · 1 comment

Comments

@anderZubi
Copy link

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.

@frostieDE
Copy link
Contributor

You can set ThemeManager.OverrideOptions to ThemeManagerOverrideOptions.None but then your ApplicationBar does not get changed. Maybe we should add another option ApplicationBars. What do you think @jeffwilcox ?

frostieDE added a commit to frostieDE/wp-thememanager that referenced this issue Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants