sharee.bike-App/TINK/TINK/View/RootShell/FlyoutHeader.xaml
Anja Müller-Meißner 0468955d49 Version 3.0.338
2022-09-08 09:55:14 +02:00

22 lines
No EOL
737 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="100">
<Label HorizontalOptions="EndAndExpand"
VerticalOptions="CenterAndExpand"
FontSize="Title"
FontAttributes="Bold"
TextColor="DimGray"
Text="{Binding MasterDetailMenuTitlte}"/>
<Image HeightRequest="90"
WidthRequest="90"
Aspect="AspectFit"
HorizontalOptions="StartAndExpand"
VerticalOptions="CenterAndExpand"
Source="sharee_no_background.png"/>
</StackLayout>
</ContentView>