|
|
@ -1,10 +1,9 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
|
|
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib"
|
|
|
|
x:Class="ParionsCuite.Views.Invite.Inviter">
|
|
|
|
x:Class="ParionsCuite.Views.Invite.Inviter">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Grid Pincipale-->
|
|
|
|
<!--Grid Pincipale-->
|
|
|
|
<Grid ColumnDefinitions="8*,*,10*">
|
|
|
|
<Grid ColumnDefinitions="8*,*,10*">
|
|
|
|
|
|
|
|
|
|
|
@ -30,8 +29,8 @@
|
|
|
|
<Label Text="Prenom" Grid.Column="1" Grid.Row="0" BackgroundColor="LightGrey" FontSize="Large"/>
|
|
|
|
<Label Text="Prenom" Grid.Column="1" Grid.Row="0" BackgroundColor="LightGrey" FontSize="Large"/>
|
|
|
|
<Label Text="Nom" Grid.Column="0" Grid.Row="0" BackgroundColor="LightGrey" FontSize="Large"/>
|
|
|
|
<Label Text="Nom" Grid.Column="0" Grid.Row="0" BackgroundColor="LightGrey" FontSize="Large"/>
|
|
|
|
<Label Grid.Column="2" Grid.Row="0" BackgroundColor="LightGrey" FontSize="Large"/>
|
|
|
|
<Label Grid.Column="2" Grid.Row="0" BackgroundColor="LightGrey" FontSize="Large"/>
|
|
|
|
<Label Text="Thomas" Grid.Column="1" Grid.Row="1" FontSize="Large"/>
|
|
|
|
<Label Text="{Binding Nom}" Grid.Column="1" Grid.Row="1" FontSize="Large"/>
|
|
|
|
<Label Text="Muzard" Grid.Row="1" FontSize="Large"/>
|
|
|
|
<Label Text="{Binding Prenom}" Grid.Row="1" FontSize="Large"/>
|
|
|
|
<Button Text="-" Grid.Row="1" Grid.Column="2"/>
|
|
|
|
<Button Text="-" Grid.Row="1" Grid.Column="2"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|