|
|
|
@ -5,44 +5,48 @@
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
|
ColumnDefinitions="*"
|
|
|
|
|
RowDefinitions="*, *, *">
|
|
|
|
|
RowDefinitions="*, *, *, *">
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
|
ColumnDefinitions="*"
|
|
|
|
|
RowDefinitions="auto">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
Style="{StaticResource AccueilBouton}"
|
|
|
|
|
Source="pointinterrogation.png"
|
|
|
|
|
HorizontalOptions="End"
|
|
|
|
|
HeightRequest="150"
|
|
|
|
|
WidthRequest="150"/>
|
|
|
|
|
/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Text="Mastermind"
|
|
|
|
|
Text="MASTERMIND"
|
|
|
|
|
FontSize="Header"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
|
<Button
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
Text="Jouer"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
VerticalOptions="End"
|
|
|
|
|
ColumnDefinitions="*, *"
|
|
|
|
|
RowDefinitions="auto">
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
Style="{StaticResource AccueilBouton}"
|
|
|
|
|
Source="connexion.png"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
|
HeightRequest="150"
|
|
|
|
|
WidthRequest="150"/>
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
Style="{StaticResource AccueilBouton}"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
HorizontalOptions="End"
|
|
|
|
|
Source="statistiques.png"
|
|
|
|
|
HeightRequest="150"
|
|
|
|
|
WidthRequest="150"/>
|
|
|
|
|
/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|