System tray icon color

CobaltDragon

New member
Nov 14, 2011
55
0
0
I noticed today that while using the linkedin app the system tray icons (signal, battery, etc) all display in a medium clue color...but in every other app I have checked (and on the start screen) the icons are standard black. I must be missing something obvious, but how do we change that color for when our app is running?

wp_ss_20140418_0001.pngwp_ss_20140418_0002.jpg
 
in your MainPage.xaml, add this next to current shell:SystemTray.IsVisible:
Code:
shell:SystemTray.ForegroundColor="Blue"
 
Not quite. Set the Background property of the page to a color. The Office Word app has the status bar blue.
 
As this feature is being discussed I wondered if somebody could help me with my little big... I have set my XAML as follows and it works fine in the black theme but the text goes black in the white theme when the text should be white:

Code:
shell:SystemTray.IsVisible="True"
    shell:SystemTray.BackgroundColor="Blue"
    shell:SystemTray.ForegroundColor="White">

II have set up a progress indicator to set the custom text:

Code:
var ProgressIndicator = new ProgressIndicator();
            ProgressIndicator.Text = "My App";
            ProgressIndicator.IsVisible = true; 
            SystemTray.SetProgressIndicator(this, ProgressIndicator);

Thank You
 

Members online

Forum statistics

Threads
333,674
Messages
2,256,622
Members
428,710
Latest member
uii