sharee.bike-App/Meinkonrad/TINK/View/RootShell/FlyoutHeader.xaml

16 lines
599 B
Plaintext
Raw Normal View History

2021-11-07 19:42:59 +01:00
<?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
2022-04-10 17:38:34 +02:00
HorizontalOptions="Center"
FontSize="Medium"
Grid.Row="0"
Text="Menu"/>
2021-11-07 19:42:59 +01:00
</Grid>
</ContentView>