gpt4 book ai didi

xamarin - UWP 中的应用程序图标

转载 作者:行者123 更新时间:2023-12-02 17:55:03 26 4
gpt4 key购买 nike

我是 Xamarin 新手,正在创建 UWP 应用程序。我想知道从哪里可以设置应用程序图标图像。我已经浏览了五篇关于堆栈溢出的文章和问题,看起来很相似,但仍然不清楚..

所以我的问题正是我应该在哪里更改 Logo 图像。只有24x24,如下图所示。那么其他徽章标志等是什么?

我是否应该更改所有尺寸的 Logo 的所有图像?

enter image description here

AppxMainfest.Xaml

<?xml version="1.0" encoding="utf-8"?>
<Package ...>
...
<Properties>
<DisplayName>StockDispatchApp.UWP</DisplayName>
<PublisherDisplayName>pci207</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.10586.0" />
</Dependencies>
<Resources>
<Resource Language="EN-US" />
</Resources>
<Applications>
<Application Id="App" Executable="StockDispatchApp.UWP.exe" EntryPoint="StockDispatchApp.UWP.App">
<uap:VisualElements DisplayName="StockDispatchApp.UWP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="StockDispatchApp.UWP" BackgroundColor="transparent">
<uap:LockScreen Notification="" BadgeLogo="Assets\96x96.png" />
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"></uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
...

最佳答案

MSDN documentation提供每个图像的使用位置的清晰描述。在底部,您可以看到 Assets 大小表,其中包含所有维度及其用途。

对于 Square 44x44 Logo ,第一行的前五张图像用于应用列表中的不同比例。

目标图像用于系统中不同位置的应用程序图标。在未电镀的形式下,它们应该具有透明的背景。您可以仅提供表单建议的尺寸,但也可以提供更多尺寸(请参阅完整表格的文档)。

关于xamarin - UWP 中的应用程序图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39483138/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com