Ajout d'un titre à la page
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

pull/95/head
Rémi LAVERGNE 11 months ago
parent af6e9ec71c
commit 5169d668b2

@ -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>

Loading…
Cancel
Save