【发布时间】: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