Xamarin forms Shell Custom icon for selected tab
问题 I'm playing with the COOL xamarin shell, but I didn't found a way to change icon of the selected tab. <TabBar Route="sections"> <Tab Title="home"> <Tab.Icon> <FontImageSource FontFamily="{StaticResource AppIcons}" Glyph="{x:Static framework:Icons.HomePage}" /> </Tab.Icon> <ShellContent ContentTemplate="{DataTemplate home:HomePage}" Route="home" /> </Tab> The goal is to use Icons.HomePageFilled instead of Icons.HomePage for this tab only when it's selected. Same logic should apply to other