0

我正在测试 Xamarin.Forms Shell。这是我的AppShell.xaml

<Shell xmlns="http://xamarin.com/schemas/2014/forms"
       xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
       xmlns:views="clr-namespace:PhotosXamarin.Views"
       x:Class="PhotosXamarin.AppShell"
       BackgroundColor="#2A2A2A"
       TitleColor="White">
    <TabBar>
        <views:PhotosView
            IconImageSource="camera"
            Title="Photos" />
        <views:FavoritePhotosView
            IconImageSource="favorite"
            Title="Favorites" />
    </TabBar>
</Shell>

问题是未显示未选择的选项卡图标:

有人面临同样的问题吗?

提前致谢!

4

0 回答 0