You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: