Skip to content

Instantly share code, notes, and snippets.

@15mgm15
Created July 3, 2019 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 15mgm15/d1c73e3ddb7e8bbc41f47ddda58b56b1 to your computer and use it in GitHub Desktop.
Save 15mgm15/d1c73e3ddb7e8bbc41f47ddda58b56b1 to your computer and use it in GitHub Desktop.
<Shell.FlyoutHeaderTemplate>
<DataTemplate>
<Grid BackgroundColor="Black" HeightRequest="200">
<Label Text="Shell Hands-on"
TextColor="White"
FontAttributes="Bold"
HorizontalTextAlignment="Center"
VerticalTextAlignment="Center" />
</Grid>
</DataTemplate>
</Shell.FlyoutHeaderTemplate>
<FlyoutItem Title="Browse">
<Tab>
<ShellContent>
<local:ItemsPage />
</ShellContent>
</Tab>
</FlyoutItem>
<FlyoutItem Title="About">
<Tab>
<ShellContent>
<local:AboutPage />
</ShellContent>
</Tab>
</FlyoutItem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment