|
|
@ -38,7 +38,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Column="2" Padding="5">
|
|
|
|
<Grid Grid.Column="2" Padding="5">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
<ColumnDefinition Width="4*"/>
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
<ColumnDefinition Width="2*"/>
|
|
|
|
<ColumnDefinition Width="2*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="Nom du jeu" TextColor="White" VerticalTextAlignment="Center"/>
|
|
|
|
<Label Text="Nom du jeu" TextColor="White" VerticalTextAlignment="Center" FontSize="30"/>
|
|
|
|
<Label Grid.Column="1" TextColor="White" VerticalTextAlignment="Center" Text="année"/>
|
|
|
|
<Label Grid.Column="1" TextColor="White" VerticalTextAlignment="Center" Text="année"/>
|
|
|
|
<Button Grid.Column="3" TextColor="White" Text="suivre" HorizontalOptions="End"
|
|
|
|
<Button Grid.Column="3" TextColor="White" Text="suivre" HorizontalOptions="End"
|
|
|
|
VerticalOptions="Center" Background="transparent" CornerRadius="0" BorderWidth="3" BorderColor="Black"/>
|
|
|
|
VerticalOptions="Center" Background="transparent" CornerRadius="0" BorderWidth="3" BorderColor="Black"/>
|
|
|
|