parent
f910668cba
commit
a5dc02cce1
After Width: | Height: | Size: 143 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
|
x:Class="Trek_12.Views.PageMenuPrincipal">
|
||||||
|
<ContentPage.Content>
|
||||||
|
<Grid RowDefinitions="*,*" BackgroundColor="DarkSalmon">
|
||||||
|
<Image
|
||||||
|
Grid.Row="0"
|
||||||
|
Source="trek12.png"
|
||||||
|
VerticalOptions="Start"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
HeightRequest="150"/>
|
||||||
|
|
||||||
|
<HorizontalStackLayout Grid.Row="1" HorizontalOptions="Center" Spacing="50">
|
||||||
|
<Button Text="Leaderboard" WidthRequest="300" HeightRequest="60" CornerRadius="4"/>
|
||||||
|
<Button Text="JOUER" WidthRequest="300" HeightRequest="60" CornerRadius="4"/>
|
||||||
|
<Button Text="Règles" WidthRequest="300" HeightRequest="60" CornerRadius="4"/>
|
||||||
|
</HorizontalStackLayout>
|
||||||
|
</Grid>
|
||||||
|
</ContentPage.Content>
|
||||||
|
</ContentPage>
|
Loading…
Reference in new issue