WP7 上的启动屏幕和状态栏
我的 Windows Phone 7 应用程序不会隐藏状态栏,因此我不希望启动画面覆盖状态栏。如果我尝试在闪屏中使用较短的图像,它会锚定到屏幕顶部并在底部重复。 有没有办法显示状态栏和较短的图像或具有透明图像的 png?
My app for Windows Phone 7 does not hide the statusbar, so i don't want the splashscreen to cover the status bar. If i try to use a shorter image in the splashscreen, it gets anchored to the top of the screen and repeat at the bottom.
Is there a way to show the status bar and a shorter image or a png with transparency image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法更改启动屏幕的大小。但是,如果您想要自定义启动画面体验,您可以从项目中删除默认启动画面图像,并使用自定义启动画面体验加载第一页。完成应用程序加载任务后,您可以隐藏“启动”屏幕以显示标准 UI。您可能会发现这篇博客文章有用/有帮助。
It is not possible to change the size of the splash screen. However, if you want a custom splash screen experience, you could remove the default splash screen image from your project and load your first page with your custom splash experience. Once you have completed your application load tasks, you can then hide the "splash" screen to reveal the standard UI. You may find this blog post useful/helpful.