mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 10:36:30 +01:00
18 lines
No EOL
641 B
XML
18 lines
No EOL
641 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="#009bda"
|
|
x:Class="TINK.View.RootShell.FlyoutHeader">
|
|
|
|
<Grid Padding="0">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="200" />
|
|
</Grid.RowDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="363" />
|
|
</Grid.ColumnDefinitions>
|
|
<Image
|
|
Aspect="AspectFit"
|
|
Source="sharee_no_background.png"/>
|
|
</Grid>
|
|
</ContentView> |