Image egalite et victoire
continuous-integration/drone/push Build is passing Details

master
Camille TURPIN-ETIENNE 11 months ago
parent 874e471ef7
commit cbf506e488

@ -61,14 +61,14 @@ public partial class VictoirePage : ContentPage
{
Titre = "Victoire",
Texte = $"Le joueur {gagnants[0]} a gagné",
Image = "trophy.jpg"
Image = "victoire.png"
};
else if (gagnants.Count > 1)
BindingContext = new Message()
{
Titre = "Egalité",
Texte = $"Les joueurs {string.Join(' ', gagnants)} ont gagné",
Image = "egalite.jpg"
Image = "egalite.png"
};
else
BindingContext = new Message()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

@ -35,7 +35,7 @@
</Style>
<Style TargetType="ImageButton">
<Setter Property="MaximumWidthRequest" Value="150"/>
<Setter Property="MaximumWidthRequest" Value="200"/>
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource FondClair}, Dark={StaticResource FondSombre}}"/>
<Setter Property="BorderColor" Value="{AppThemeBinding Light={StaticResource FondClair}, Dark={StaticResource FondSombre}}"/>
</Style>

Loading…
Cancel
Save