|
|
@ -37,7 +37,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="{Binding JeuModel.Nom}" FontFamily="PTSansCBold" FontSize="14" TextColor="{StaticResource Black}"/>
|
|
|
|
<Label Text="{Binding JeuModel.Nom}" FontFamily="PTSansCBold" FontSize="14" TextColor="{StaticResource Black}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="10 février 2023" FontFamily="RobotoRegular" FontSize="11" TextColor="{StaticResource Gray500}"/>
|
|
|
|
<Label Text="{Binding JeuModel.Sortie}" FontFamily="RobotoRegular" FontSize="11" TextColor="{StaticResource Gray500}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<FlexLayout Direction="Row" JustifyContent="Start" AlignItems="Start" Wrap="Wrap" >
|
|
|
|
<FlexLayout Direction="Row" JustifyContent="Start" AlignItems="Start" Wrap="Wrap" >
|
|
|
|
<BindableLayout.ItemsSource>
|
|
|
|
<BindableLayout.ItemsSource>
|
|
|
@ -71,7 +71,7 @@
|
|
|
|
<Label.FormattedText>
|
|
|
|
<Label.FormattedText>
|
|
|
|
<FormattedString>
|
|
|
|
<FormattedString>
|
|
|
|
<Span Text="Editeur: " TextColor="{StaticResource Gray500}" />
|
|
|
|
<Span Text="Editeur: " TextColor="{StaticResource Gray500}" />
|
|
|
|
<Span Text="{Binding JeuModel.Developpeur}" TextColor="{StaticResource Black}" />
|
|
|
|
<Span Text="{Binding JeuModel.Editeur}" TextColor="{StaticResource Black}" />
|
|
|
|
</FormattedString>
|
|
|
|
</FormattedString>
|
|
|
|
</Label.FormattedText>
|
|
|
|
</Label.FormattedText>
|
|
|
|
</Label>
|
|
|
|
</Label>
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
<Frame BorderColor="{StaticResource Black}" CornerRadius="5" Padding="15" BackgroundColor="Transparent">
|
|
|
|
<Frame BorderColor="{StaticResource Black}" CornerRadius="5" Padding="15" BackgroundColor="Transparent">
|
|
|
|
<Grid RowDefinitions="auto,auto" ColumnDefinitions="auto,*" ColumnSpacing="15" VerticalOptions="Center">
|
|
|
|
<Grid RowDefinitions="auto,auto" ColumnDefinitions="auto,*" ColumnSpacing="15" VerticalOptions="Center">
|
|
|
|
<Image Grid.RowSpan="2" Source="trophy" WidthRequest="20" VerticalOptions="Center"/>
|
|
|
|
<Image Grid.RowSpan="2" Source="trophy" WidthRequest="20" VerticalOptions="Center"/>
|
|
|
|
<Label Grid.Column="1" Text="4.6" FontFamily="RobotoRegular" FontSize="16" TextColor="{StaticResource Black}" VerticalOptions="Center"/>
|
|
|
|
<Label Grid.Column="1" Text="{Binding JeuModel.Note}" FontFamily="RobotoRegular" FontSize="16" TextColor="{StaticResource Black}" VerticalOptions="Center"/>
|
|
|
|
<Label Grid.Row="1" Grid.Column="1" Text="Note" FontFamily="RobotoRegular" FontSize="12" TextColor="{StaticResource Gray500}" VerticalOptions="Center"/>
|
|
|
|
<Label Grid.Row="1" Grid.Column="1" Text="Note" FontFamily="RobotoRegular" FontSize="12" TextColor="{StaticResource Gray500}" VerticalOptions="Center"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|