Incorrect ContentPage.ToolbarItems in a TabbedPage (#1348)
Incorrect ContentPage.ToolbarItems in a TabbedPage
This commit is contained in:
parent
130e46ccdf
commit
40faa7342f
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user