|
|
|
@ -8,12 +8,12 @@
|
|
|
|
|
<Grid WidthRequest="80" Margin="20"></Grid>
|
|
|
|
|
<FlexLayout Direction="Row" JustifyContent="SpaceAround" AlignContent="Center" VerticalOptions="Center" Margin="10" >
|
|
|
|
|
<Image Source="trophy.jpg" WidthRequest="100" HorizontalOptions="End" VerticalOptions="Center" Margin="0" />
|
|
|
|
|
<Label Text="Victoire" Style="{StaticResource TexteTitre}" Margin="0" />
|
|
|
|
|
<Label Text="{Binding [0]}" Style="{StaticResource TexteTitre}" Margin="0" />
|
|
|
|
|
<Image Source="trophy.jpg" Grid.Row="1" WidthRequest="100" HorizontalOptions="Start" VerticalOptions="Center" Margin="0" />
|
|
|
|
|
</FlexLayout>
|
|
|
|
|
<Frame Margin="40" >
|
|
|
|
|
<Label HorizontalOptions="Center" Text="Le joueur x a gagné" Style="{StaticResource TexteFrame}"/>
|
|
|
|
|
<Label HorizontalOptions="Center" Text="{Binding [1]}" Style="{StaticResource TexteFrame}"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Button Text="Menu" VerticalOptions="End" HorizontalOptions="Center" />
|
|
|
|
|
<Button Text="Menu" VerticalOptions="End" HorizontalOptions="Center" Clicked="QuandMenuPresse"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ContentPage>
|