|
|
@ -4,8 +4,8 @@
|
|
|
|
x:Class="ParionsCuite.Views.Pari.InfoPAri">
|
|
|
|
x:Class="ParionsCuite.Views.Pari.InfoPAri">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<!--P1 vs P2-->
|
|
|
|
<!--P1 vs P2-->
|
|
|
|
<Grid ColumnDefinitions="2*,*,2*,2*,*,2*" BindingContext="{Binding EventSelect}">
|
|
|
|
<Grid ColumnDefinitions="2*,*,2*,2*,*,2*" >
|
|
|
|
<Button x:Name="Parieur1" Margin="40,0,0,0"/>
|
|
|
|
<Button x:Name="Parieur1" Margin="40,0,0,0"/>
|
|
|
|
<Label Text="Contre" Grid.Column="2" HorizontalOptions="Center" FontAttributes="Bold" FontSize="Title"/>
|
|
|
|
<Label Text="Contre" Grid.Column="2" HorizontalOptions="Center" FontAttributes="Bold" FontSize="Title"/>
|
|
|
|
<Button Text="Parieur 2" x:Name="Parieur2" Grid.Column="3" />
|
|
|
|
<Button Text="Parieur 2" x:Name="Parieur2" Grid.Column="3" />
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
@ -14,8 +14,8 @@
|
|
|
|
<TableView RowHeight="70" Margin="30,0,0,0" HorizontalOptions="Start" WidthRequest="1000">
|
|
|
|
<TableView RowHeight="70" Margin="30,0,0,0" HorizontalOptions="Start" WidthRequest="1000">
|
|
|
|
<TableRoot>
|
|
|
|
<TableRoot>
|
|
|
|
<TableSection>
|
|
|
|
<TableSection>
|
|
|
|
<EntryCell Label="But du Pari" x:Name="butPari" />
|
|
|
|
<EntryCell Label="But du Pari" Text="{Binding But}" x:Name="butPari" />
|
|
|
|
<EntryCell Label="Enjeux du Pari" x:Name="enjeuxPari" />
|
|
|
|
<EntryCell Label="Enjeux du Pari" Text="{Binding Enjeu}" x:Name="enjeuxPari" />
|
|
|
|
<ViewCell>
|
|
|
|
<ViewCell>
|
|
|
|
<StackLayout Orientation="Horizontal" VerticalOptions="CenterAndExpand" Padding="15,0,0,0">
|
|
|
|
<StackLayout Orientation="Horizontal" VerticalOptions="CenterAndExpand" Padding="15,0,0,0">
|
|
|
|
<Label Text="Pari terminé" VerticalOptions="Center" />
|
|
|
|
<Label Text="Pari terminé" VerticalOptions="Center" />
|
|
|
|