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
{{ message }}
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
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.