mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-04 18:26:25 +01:00
16 lines
No EOL
599 B
XML
16 lines
No EOL
599 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
BackgroundColor="{DynamicResource Key=primary-back-title-color}"
|
|
x:Class="TINK.View.RootShell.FlyoutHeader">
|
|
<Grid Padding="5,10">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="*"/>
|
|
</Grid.RowDefinitions>
|
|
<Label
|
|
HorizontalOptions="Center"
|
|
FontSize="Medium"
|
|
Grid.Row="0"
|
|
Text="Menu"/>
|
|
</Grid>
|
|
</ContentView> |