|
|
@ -8,7 +8,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
<ScrollView>
|
|
|
|
<Grid>
|
|
|
|
<Grid>
|
|
|
|
<Grid.RowDefinitions >
|
|
|
|
<Grid.RowDefinitions >
|
|
|
|
|
|
|
|
<RowDefinition Height="85"/>
|
|
|
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
@ -58,7 +61,7 @@
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
Margin="100,0,0,0"
|
|
|
|
Margin="100,0,0,0"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton Grid.Row="0" Grid.Column="3"
|
|
|
|
<ImageButton Grid.Row="0" Grid.Column="3"
|
|
|
|
Source="etoile.png"
|
|
|
|
Source="etoile.png"
|
|
|
|
WidthRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
@ -68,8 +71,8 @@
|
|
|
|
HorizontalOptions="End"
|
|
|
|
HorizontalOptions="End"
|
|
|
|
Clicked="GoToFavorisButton"
|
|
|
|
Clicked="GoToFavorisButton"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton Grid.Row="1" Grid.Column="0"
|
|
|
|
<ImageButton Grid.Row="1" Grid.Column="0"
|
|
|
|
|
|
|
|
HorizontalOptions="Fill"
|
|
|
|
Source="{Binding partitions[0].Image}"
|
|
|
|
Source="{Binding partitions[0].Image}"
|
|
|
|
Margin="30,0,0,0"
|
|
|
|
Margin="30,0,0,0"
|
|
|
|
WidthRequest="175"
|
|
|
|
WidthRequest="175"
|
|
|
|