Browse Source

Incorrect ContentPage.ToolbarItems in a TabbedPage (#1348)

Incorrect ContentPage.ToolbarItems in a TabbedPage
pull/1583/head
william-keller 4 years ago
committed by GitHub
parent
commit
40faa7342f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/MainView.xaml

+ 3
- 3
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/MainView.xaml View File

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

Loading…
Cancel
Save