Search code examples
c#xamlwindows-phonesystem-tray

Customise SystemTray Windows Phone 8?


How to customise SystemTray like Bing Weather App ?

enter image description here


Solution

  • One possible solution:

    shell:SystemTray.IsVisible="true"
    shell:SystemTray.BackgroundColor="Transparent"
    shell:SystemTray.Opacity="0.0"