You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastermind/Sources/MauiSpark/Pages/Egalite.xaml

19 lines
1.1 KiB

<?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="MauiSpark.Pages.Egalite"
xmlns:pages="clr-namespace:MauiSpark.Pages"
Title="Egalite">
<VerticalStackLayout>
<Grid WidthRequest="80" Margin="20"></Grid>
<FlexLayout Direction="Row" JustifyContent="SpaceAround" AlignContent="Center" VerticalOptions="Center" Margin="10" >
<Image Source="egaliter.jpg" MaximumHeightRequest="100" MaximumWidthRequest="100" Margin="0" />
<Label Text="Egaliter" Style="{StaticResource TexteTitre}" Margin="0" />
<Image Source="egaliter.jpg" MaximumHeightRequest="100" MaximumWidthRequest="100" Margin="0" />
</FlexLayout>
<Frame Margin="40" >
<Label HorizontalOptions="Center" Text="Les deux joueur ont trouvé en même temps" Style="{StaticResource TexteFrame}"/>
</Frame>
<Button Text="Menu" VerticalOptions="End" HorizontalOptions="Center" />
</VerticalStackLayout>
</ContentPage>