|
|
@ -4,15 +4,16 @@
|
|
|
|
x:Class="mastermind.Pages.TableauScore"
|
|
|
|
x:Class="mastermind.Pages.TableauScore"
|
|
|
|
Title="TableauScore">
|
|
|
|
Title="TableauScore">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<Grid ColumnDefinitions="auto,*,auto">
|
|
|
|
<Grid ColumnDefinitions="auto,2*,auto">
|
|
|
|
<Image Source="stare.png" />
|
|
|
|
<Image Source="stare.png" MaximumWidthRequest="100" Grid.Column="0" Margin="10" />
|
|
|
|
|
|
|
|
<Label Grid.Column="1"
|
|
|
|
<Label
|
|
|
|
Margin="10"
|
|
|
|
Text="Tableaux des scores"
|
|
|
|
Text="Tableaux des scores"
|
|
|
|
FontSize="50"
|
|
|
|
FontSize="50"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
<Label />
|
|
|
|
<Label />
|
|
|
|
|
|
|
|
<Image Grid.Column="2" Source="stare.png" MaximumWidthRequest="100" />
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<Rectangle HeightRequest="500" WidthRequest="500" Fill="Blue" Stroke="Red"></Rectangle>
|
|
|
|
<Rectangle HeightRequest="500" WidthRequest="500" Fill="Blue" Stroke="Red"></Rectangle>
|
|
|
|
|
|
|
|
|
|
|
|