rock
rock

Reputation: 605

Windows Store App Customized Background Color

Is there a way to have a customized background color for the windows store app splash screen ? I tried using color codes but it throws an error!

Upvotes: 0

Views: 708

Answers (1)

Paul O.
Paul O.

Reputation: 1176

The splash screen colour is set in your app manifest, in the "Background Color" option under the "Splash Screen" heading. It is likely the last thing in the "Application UI" tab in the manifest editor. You need to use a six digit hexidecimal colour code preceded by a pount sign, like #rrggbb.

Upvotes: 1

Related Questions