mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-01 00:46:33 +01:00
17 lines
No EOL
600 B
XML
17 lines
No EOL
600 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<FlyoutPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="TINK.View.Root.RootPage"
|
|
xmlns:pages="clr-namespace:TINK.View.Root"
|
|
xmlns:mappage="clr-namespace:TINK.View.Map">
|
|
<FlyoutPage.Flyout>
|
|
<pages:RootPageFlyout x:Name="FlyoutPage" />
|
|
</FlyoutPage.Flyout>
|
|
<FlyoutPage.Detail>
|
|
<NavigationPage>
|
|
<x:Arguments>
|
|
<mappage:MapPage />
|
|
</x:Arguments>
|
|
</NavigationPage>
|
|
</FlyoutPage.Detail>
|
|
</FlyoutPage> |