I want to change the SystemTray
Background and Foreground color in whole application but I don't define a base page and now I can't change the color for each page. is there a way for changing the background and foreground color of SystemTray
in whole application through App.xaml.cs
change SystemTray Color in whole application - windows phone
423 views Asked by Soheil Ghahremani At
1
Solution for Windows phone RT app: In OnLaunched method of App.xaml add below code:
Ref: http://blogs.msdn.com/b/amar/archive/2014/05/12/status-bar-in-windows-phone-8-1.aspx
For WP Silverlight App: You may need to define style in App.xaml under tag
And on individual xaml page you can add this style