|
|
|
@ -3,8 +3,13 @@
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
|
x:Class="Trek_12.Views.PageSelectMap"
|
|
|
|
|
Title="PageSelectMap">
|
|
|
|
|
<Grid RowDefinitions="*,auto">
|
|
|
|
|
<CollectionView ItemsSource="{Binding ListMap}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto,auto,auto">
|
|
|
|
|
<Label Grid.Row="0" Text="Sélection de la Carte" HorizontalOptions="Center" FontSize="Header"/>
|
|
|
|
|
|
|
|
|
|
<CollectionView Grid.Row="1"
|
|
|
|
|
ItemsSource="{Binding ListMap}"
|
|
|
|
|
ItemsLayout="HorizontalList"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
SelectionMode="Single">
|
|
|
|
@ -39,13 +44,13 @@
|
|
|
|
|
<Button Text="Retour"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="Large"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
|
Margin="100"/>
|
|
|
|
|
<Button Text="Jouer"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="Large"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
HorizontalOptions="End"
|
|
|
|
|
Margin="100"/>
|
|
|
|
|
</Grid>
|
|
|
|
|