Search code examples
c#xamlsilverlightwindows-phone

Windows phone silverlight one theme


I write wp 8.1 silverlight application. How to do the same display on both phone's themes (light/dark)? I would not want to overwrite the styles of each element. Maybe there's another way?


Solution

  • You can set the requested theme for the application and don't change it throughout the app. So when user changes phone's themes it will not effect your app.