Added white background to splash screen

This commit is contained in:
2015-12-14 11:50:37 +01:00
parent dbf529123f
commit 1e59d104ff
+1 -1
View File
@@ -18,7 +18,7 @@
<uap:VisualElements DisplayName="YK Hue" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Philips Hue Light UWP Application" BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
</uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="white" />
</uap:VisualElements>
</Application>
</Applications>