TabbedPage更改图标

问题描述

我有这样的TabbedPage

<?xml version="1.0" encoding="utf-8"?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" 
    xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific;assembly=Xamarin.Forms.Core"
    android:TabbedPage.ToolbarPlacement="Bottom"
    BarBackgroundColor="#2196F3"
    BarTextColor="White"
    android:TabbedPage.BarItemColor="#66FFFFFF"
    android:TabbedPage.BarSelectedItemColor="White">

但我不想将BarSelectedItemColor更改为白色,而是希望图标具有如下所示的渐变:

enter image description here

但是我认为这是不可能的,因此,我不想更改“给它一个渐变”,而只是将主页图标从以下位置更改:

enter image description here

enter image description here

但我不知道如何进入该物业! 谁能告诉我该怎么做?

解决方法

您是否已检查过此解决方案 https://xamgirl.com/extending-tabbedpage-in-xamarin-forms/