|
|
|
@ -125,17 +125,23 @@
|
|
|
|
|
<Label Text="{Binding Nom}" FontFamily="PTSansNarrow-Bold" FontSize="13" LineBreakMode="TailTruncation" MaxLines="2"/>
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
<Image Style="{StaticResource Star}"/>
|
|
|
|
|
<Label Text="{Binding Note}"
|
|
|
|
|
TextColor="#7C7C7C"
|
|
|
|
|
FontFamily="PTSansNarrow-Bold"
|
|
|
|
|
FontSize="12"
|
|
|
|
|
Margin="6,0,15,0"/>
|
|
|
|
|
<Label TextColor="#7C7C7C" FontFamily="PTSansNarrow-Bold" FontSize="12" Margin="6,0,15,0">
|
|
|
|
|
<Label.FormattedText>
|
|
|
|
|
<FormattedString>
|
|
|
|
|
<Span Text="{Binding Note}"/>
|
|
|
|
|
<Span Text="/10" FontSize="8"/>
|
|
|
|
|
</FormattedString>
|
|
|
|
|
</Label.FormattedText>
|
|
|
|
|
</Label>
|
|
|
|
|
<Image Style="{StaticResource DownloadBlue}"/>
|
|
|
|
|
<Label Text="{Binding NbTelechargement}"
|
|
|
|
|
TextColor="#7C7C7C"
|
|
|
|
|
FontFamily="PTSansNarrow-Bold"
|
|
|
|
|
FontSize="12"
|
|
|
|
|
Margin="6,0,0,0"/>
|
|
|
|
|
<Label FontSize="12" FontFamily="PTSansNarrow-Bold" TextColor="#7C7C7C" Margin="6,0,0,0">
|
|
|
|
|
<Label.FormattedText>
|
|
|
|
|
<FormattedString>
|
|
|
|
|
<Span Text="{Binding NbTelechargement}"/>
|
|
|
|
|
<Span Text="k"/>
|
|
|
|
|
</FormattedString>
|
|
|
|
|
</Label.FormattedText>
|
|
|
|
|
</Label>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<views:BoutonVoir Grid.Column="2"/>
|
|
|
|
|