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!
Is there a way to have a customized background color for the windows store
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.