System tray icon color

CobaltDragon

New member
Nov 14, 2011
55
0
0
Visit site
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
 

pattyandchips

New member
Nov 8, 2012
22
0
0
Visit site
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
323,276
Messages
2,243,561
Members
428,053
Latest member
JoshRos