|
|
|
@ -1,24 +1,3 @@
|
|
|
|
|
<<<<<<<< HEAD:MauiSpark/Pages/Egaliter.xaml
|
|
|
|
|
<?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="mastermind.Pages.Egaliter"
|
|
|
|
|
xmlns:pages="clr-namespace:mastermind.Pages"
|
|
|
|
|
Title="Egaliter">
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
<FlexLayout Direction="Row" JustifyContent="SpaceAround" AlignContent="Center" VerticalOptions="Center" Margin="10">
|
|
|
|
|
<Image Source="egaliter.jpg" MaximumHeightRequest="100" MaximumWidthRequest="100" />
|
|
|
|
|
<Frame HorizontalOptions="Center" VerticalOptions="Center" Style="{StaticResource FrameTitrePage}">
|
|
|
|
|
<Label Text="Egaliter" Style="{StaticResource TexteTitre}"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Image Source="egaliter.jpg" MaximumHeightRequest="100" MaximumWidthRequest="100"/>
|
|
|
|
|
</FlexLayout>
|
|
|
|
|
<Frame Margin="20">
|
|
|
|
|
<Label HorizontalOptions="Center" Text="Les deux joueur ont trouvé en même temps" Style="{StaticResource TexteFrame}"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Button Text="Menu" VerticalOptions="End" HorizontalOptions="Center"></Button>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
========
|
|
|
|
|
<?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"
|
|
|
|
@ -38,5 +17,4 @@
|
|
|
|
|
</Frame>
|
|
|
|
|
<Button Text="Menu" VerticalOptions="End" HorizontalOptions="Center"></Button>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
>>>>>>>> master:MauiSpark/Pages/Egalite.xaml
|
|
|
|
|
</ContentPage>
|