Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 8 Win8应用商店应用程序上快照视图的不同启动屏幕图像_Windows 8_Windows Store Apps - Fatal编程技术网

Windows 8 Win8应用商店应用程序上快照视图的不同启动屏幕图像

Windows 8 Win8应用商店应用程序上快照视图的不同启动屏幕图像,windows-8,windows-store-apps,Windows 8,Windows Store Apps,我已经在package.appxmanifest中用 <SplashScreen Image="foo.png" BackgroundColor="#000000" /> 但是可以为快照视图定义替代图像吗?不,不可能。 但您可以创建“假splashscreen页面”,该页面基本上就是您的页面,您可以在其中显示全屏模式的一个图像,以及SnapView模式的另一个图像。 类似的行为使用商店应用程序,其中实际的splashscreen仅显示一秒钟,然后您会看到带有绿色背景、徽标和Pr

我已经在package.appxmanifest中用

<SplashScreen Image="foo.png" BackgroundColor="#000000" />

但是可以为快照视图定义替代图像吗?

不,不可能。
但您可以创建“假splashscreen页面”,该页面基本上就是您的页面,您可以在其中显示全屏模式的一个图像,以及SnapView模式的另一个图像。
类似的行为使用商店应用程序,其中实际的splashscreen仅显示一秒钟,然后您会看到带有绿色背景、徽标和ProgressRing的页面