|
|
@ -56,25 +56,23 @@
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Column="0" Text="{Binding Nom}"
|
|
|
|
<Label Grid.Column="0" Text="{Binding Nom}"
|
|
|
|
|
|
|
|
TextColor="{StaticResource Secondary}"
|
|
|
|
|
|
|
|
FontAttributes="Bold" FontSize="Large"
|
|
|
|
TextColor="{StaticResource Secondary}"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
FontAttributes="Bold" FontSize="Large"
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Column="1" Text="{Binding Solde}"
|
|
|
|
<Label Grid.Column="1" Text="{Binding Solde}"
|
|
|
|
TextColor="{StaticResource Secondary}"
|
|
|
|
TextColor="{StaticResource Secondary}"
|
|
|
|
FontAttributes="Bold" FontSize="Large"
|
|
|
|
FontAttributes="Bold" FontSize="Large"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Column="1" Text="€"
|
|
|
|
<Label Grid.Column="1" Text="€"
|
|
|
|
TextColor="{StaticResource Secondary}"
|
|
|
|
TextColor="{StaticResource Secondary}"
|
|
|
|
FontAttributes="Bold" FontSize="Large"
|
|
|
|
FontAttributes="Bold" FontSize="Large"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
Margin="120,0,0,0"/>
|
|
|
|
Margin="120,0,0,0"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|