|
|
|
@ -21,19 +21,20 @@
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<Image Grid.Row="0" Grid.Column="0"
|
|
|
|
|
Source="pc1.png"
|
|
|
|
|
<Image Source="pc1.png"
|
|
|
|
|
Grid.Row="0" Grid.Column="0"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
<Image Grid.Row="0" Grid.Column="2"
|
|
|
|
|
Source="pc3.png"
|
|
|
|
|
<Image Source="pc3.png"
|
|
|
|
|
Grid.Row="0" Grid.Column="2"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
<Image Grid.Row="0" Grid.Column="4"
|
|
|
|
|
Source="pc3.png"
|
|
|
|
|
<Image Source="pc3.png"
|
|
|
|
|
Grid.Row="0" Grid.Column="4"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
<Image Grid.Row="1" Grid.Column="1"
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Row="1" Grid.Column="1"
|
|
|
|
|
Source="pc2.png"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
@ -61,9 +62,11 @@
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="0" Grid.Column="1"
|
|
|
|
|
<Button Grid.Row="0" Grid.Column="2"
|
|
|
|
|
x:Name="Config"
|
|
|
|
|
Text="Configurateur"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
@ -71,7 +74,7 @@
|
|
|
|
|
BackgroundColor="DimGrey"
|
|
|
|
|
TextColor="Snow"/>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="0" Grid.Column="4"
|
|
|
|
|
<Button Grid.Row="0" Grid.Column="5"
|
|
|
|
|
x:Name="Fav"
|
|
|
|
|
Text="Favoris"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
@ -79,7 +82,7 @@
|
|
|
|
|
TextColor="Snow"
|
|
|
|
|
Clicked="NavFav"/>
|
|
|
|
|
|
|
|
|
|
<ListView Grid.Row="1" Grid.Column="3"
|
|
|
|
|
<ListView Grid.Row="1" Grid.Column="4"
|
|
|
|
|
x:Name="utilView"
|
|
|
|
|
ItemsSource="{Binding listUtil}">
|
|
|
|
|
<ListView.ItemTemplate>
|
|
|
|
@ -89,7 +92,7 @@
|
|
|
|
|
</ListView.ItemTemplate>
|
|
|
|
|
</ListView>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="0"
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="1"
|
|
|
|
|
x:Name="Quit"
|
|
|
|
|
Text="Quitter"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
@ -97,7 +100,7 @@
|
|
|
|
|
BackgroundColor="DimGrey"
|
|
|
|
|
TextColor="Snow"/>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="5"
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="6"
|
|
|
|
|
x:Name="Creds"
|
|
|
|
|
Text="Credits"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|