|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
x:Class="GameAtlas.Views.PageJeu"
|
|
|
|
|
Title="PageJeu">
|
|
|
|
|
|
|
|
|
|
<Grid x:Name="outerGrid">
|
|
|
|
|
<Grid x:Name="outerGrid" BindingContext="{Binding JeuManager}">
|
|
|
|
|
|
|
|
|
|
<Grid.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="1,0">
|
|
|
|
@ -29,13 +29,13 @@
|
|
|
|
|
<Shadow Brush="Black" Offset="0,4" Radius="4" Opacity="0.4" />
|
|
|
|
|
</Border.Shadow>
|
|
|
|
|
<Frame HasShadow="False" CornerRadius="5" IsClippedToBounds="True">
|
|
|
|
|
<Image Source="https://cdn1.epicgames.com/offer/e97659b501af4e3981d5430dad170911/EGS_HogwartsLegacy_AvalancheSoftware_S1_2560x1440-2baf3188eb3c1aa248bcc1af6a927b7e" Aspect="AspectFill"/>
|
|
|
|
|
<Image Source="{Binding JeuManager}" Aspect="AspectFill"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout Grid.Row="1" Grid.ColumnSpan="3" Padding="20" Spacing="8">
|
|
|
|
|
|
|
|
|
|
<Label Text="Hogwarts Legacy - L'Héritage de Poudlard" FontFamily="PTSansCBold" FontSize="14" TextColor="{StaticResource Black}"/>
|
|
|
|
|
<Label Text="{Binding JeuManager}" FontFamily="PTSansCBold" FontSize="14" TextColor="{StaticResource Black}"/>
|
|
|
|
|
|
|
|
|
|
<Label Text="10 février 2023" FontFamily="RobotoRegular" FontSize="11" TextColor="{StaticResource Gray500}"/>
|
|
|
|
|
|
|
|
|
|