Incorrect ContentPage.ToolbarItems in a TabbedPage (#1348)

Incorrect ContentPage.ToolbarItems in a TabbedPage
This commit is contained in:
william-keller 2021-01-20 05:51:02 -03:00 committed by GitHub
parent 130e46ccdf
commit 40faa7342f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
<On Platform="iOS, UWP, WinRT, WinPhone" Value="eShop on Containers" /> <On Platform="iOS, UWP, WinRT, WinPhone" Value="eShop on Containers" />
</OnPlatform> </OnPlatform>
</TabbedPage.Title> </TabbedPage.Title>
<ContentPage.ToolbarItems> <TabbedPage.ToolbarItems>
<ToolbarItem <ToolbarItem
Command="{Binding SettingsCommand}" Command="{Binding SettingsCommand}"
Text="Settings"> Text="Settings">
@ -25,7 +25,7 @@
</OnPlatform> </OnPlatform>
</ToolbarItem.Icon> </ToolbarItem.Icon>
</ToolbarItem> </ToolbarItem>
</ContentPage.ToolbarItems> </TabbedPage.ToolbarItems>
<!-- CATALOG --> <!-- CATALOG -->
<views:CatalogView <views:CatalogView
x:Name="HomeView"> x:Name="HomeView">