|
|
@ -48,11 +48,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" Grid.ColumnSpan="3" RowDefinitions="35" ColumnDefinitions="*,1,*,1,*" Padding="30,0" Margin="0,0,0,0">
|
|
|
|
<Grid Grid.Row="1" Grid.ColumnSpan="3" RowDefinitions="35" ColumnDefinitions="*,1,*,1,*" Padding="30,0" Margin="0,0,0,0">
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="10
Favoris" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.15"/>
|
|
|
|
<Label FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.2">
|
|
|
|
|
|
|
|
<Label.FormattedText>
|
|
|
|
|
|
|
|
<FormattedString>
|
|
|
|
|
|
|
|
<Span Text="{Binding ConnectedUser.ListeFavoris.Count}" />
|
|
|
|
|
|
|
|
<Span Text="
Favoris" />
|
|
|
|
|
|
|
|
</FormattedString>
|
|
|
|
|
|
|
|
</Label.FormattedText>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView Grid.Column="1" Color="{StaticResource Black}" WidthRequest="1"/>
|
|
|
|
<BoxView Grid.Column="1" Color="{StaticResource Black}" WidthRequest="1"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Column="2" Text="0
Possédé" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.15"/>
|
|
|
|
<Label Grid.Column="2" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.2">
|
|
|
|
|
|
|
|
<Label.FormattedText>
|
|
|
|
|
|
|
|
<FormattedString>
|
|
|
|
|
|
|
|
<Span Text="{Binding ConnectedUser.ListePossedes.Count}" />
|
|
|
|
|
|
|
|
<Span Text="
Possédé" />
|
|
|
|
|
|
|
|
</FormattedString>
|
|
|
|
|
|
|
|
</Label.FormattedText>
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView Grid.Column="3" Color="{StaticResource Black}" WidthRequest="1"/>
|
|
|
|
<BoxView Grid.Column="3" Color="{StaticResource Black}" WidthRequest="1"/>
|
|
|
|
|
|
|
|
|
|
|
|