在 Xamarin C# android 中将选项卡式工具栏位置移动到底部时图标未显示,它在添加底部传输代码之前有效

Icon not showing on moving tabbed toolbar placement to the bottom in Xamarin C# android, it worked before adding the bottom transfer code

在添加此代码以将我的导航工具栏位置转移到底部之前
xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific;assembly=Xamarin.Forms.Core" android:TabbedPage.ToolbarPlacement="Bottom"
图标显示在顶部,但现在,它们只是空白,没有显示

我需要添加或修改什么?

解决方案1:

您可以使用 Android Asset Studio 来获取匹配的标签栏图标的分辨率。

在源中选择图像。上传您的图标。然后下载所有分辨率的 zip。

Tab1 显示匹配的图标。

解决方案2:

您可以直接使用 Shell 个标签。

更多详情,请参考微软文档。 https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/tabs