【问题标题】:Gray background in start menu on Windows 10 20H2Windows 10 20H2 开始菜单中的灰色背景
【发布时间】:2021-08-08 21:40:28
【问题描述】:

在 Windows 10 至 20H1 上,我的 UWP 应用“RECOIL”在开始菜单中如下所示:

在 Windows 10 20H2 上,我选择的蓝绿色背景不是我选择的,而是浅灰色背景:

如何像 Access 和 Acrobat Reader DC 那样去除浅灰色背景?

Package.appxmanifest:

<uap:VisualElements
    DisplayName="RECOIL"
    Square150x150Logo="Assets\Square150x150Logo.png"
    Square44x44Logo="Assets\Square44x44Logo.png"
    Description="Shows images in native formats of vintage computers"
    BackgroundColor="#006374">
    <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
    <uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>

资产是完全透明背景上的白色“R”字母。

【问题讨论】:

    标签: uwp windows-10


    【解决方案1】:

    如何像 Access 和 Acrobat Reader DC 那样去除浅灰色背景?

    应用图标的浅灰色背景是电镀的。如果您想使用未电镀的资产,请参考Unplated assets文档。

    默认情况下,Windows 默认在彩色背板上使用基于目标的资源。如果需要,您可以提供基于目标的未电镀资产。 “未电镀”表示资产将显示在透明背景上。请记住,这些资源将显示在各种背景颜色上。

    100% 比例的基于目标的资产的大小建议:未电镀的 24 像素图标,以及 24 像素板上的默认电镀 16 像素图标。请转至Visual Assets-&gt; App icon -&gt; set unplated assets for your app

    我们建议您使用 Asset Generator 生成应用的资产。更多请参考App logodocument

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-06-16
      • 2020-12-26
      • 2021-10-28
      • 2021-05-27
      • 2020-04-11
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多