Windows 手机主题设置
我正在尝试让我的应用程序获得 Windows Phone 浅色主题的认证。我正在使用一些自定义列表框样式,但我无法弄清楚为什么没有可见的枢轴控件。前景和背景都是白色的,所以它们是不可见的。我在枢轴控件上找不到任何隐式或应用样式。 TextBlock 也有同样的问题。根据我的阅读,主题设置应该由操作系统处理,不是吗?
I'm trying to get my app certified with the light theme for Windows Phone. I'm using a few custom ListBox styles, but I can't figure out why no pivot controls are visible. The foreground and background are both white, so they're invisible. I can't find any implicit or applied styles on the pivot control. TextBlocks have the same problem. From what I've read, the theme settings should be handled by the OS shouldn't they?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要重新定义系统资源,因为这些资源会在运行时自动添加到应用程序中,因此使您的 ResourceDictionary 变得多余(并且几乎无用)。首先尝试应用默认的系统样式。另外,发布 XAML,以便更轻松地帮助您修复它。
You don't need to re-define system resources since those are automatically added to the application at runtime, therefore rendering your ResourceDictionary redundant (and pretty much useless). Try applying the default system styles first. Also, post the XAML so that it is easier to help you fix it.