sharee.bike-App/TINK/TINK/View/RootShell/FlyoutHeader.xaml
2023-09-14 12:28:59 +02:00

19 lines
529 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="LightGray"
x:Class="TINK.View.RootShell.FlyoutHeader">
<StackLayout
Orientation="Horizontal"
VerticalOptions="Center"
HeightRequest="80">
<Image
Margin="15"
Aspect="AspectFit"
HeightRequest="50"
HorizontalOptions="StartAndExpand"
VerticalOptions="CenterAndExpand"
Source="menu_logo.png"/>
</StackLayout>
</ContentView>