Windows 手机主题设置

发布于 2024-11-04 08:08:53 字数 165 浏览 0 评论 0原文

我正在尝试让我的应用程序获得 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

极致的悲 2024-11-11 08:08:53

您不需要重新定义系统资源,因为这些资源会在运行时自动添加到应用程序中,因此使您的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文