|
|
|
@ -71,13 +71,6 @@
|
|
|
|
|
FontSize="16"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
x:Name="nbPlayersChoose"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Slider
|
|
|
|
@ -90,17 +83,27 @@
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="150"
|
|
|
|
|
Value="1"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
x:Name="nbPlayersChoose"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
<StackLayout
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Text="{x:Static resources:AppResources.StrValueType}"
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
<Picker
|
|
|
|
|
x:Name="SelectMode"
|
|
|
|
|
BackgroundColor="{DynamicResource SkyBlueColor}"
|
|
|
|
@ -108,20 +111,15 @@
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
MinimumWidthRequest="30"
|
|
|
|
|
WidthRequest="150"/>
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
<StackLayout
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
<Label
|
|
|
|
|
Text="{x:Static resources:AppResources.StrNbStacksInGame}"
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
x:Name="nbstacks"
|
|
|
|
|
Text="{x:Static resources:AppResources.StrNbStacksInGame}"
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
@ -137,6 +135,14 @@
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="150"
|
|
|
|
|
Value="4"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
x:Name="nbstacks"
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
<StackLayout
|
|
|
|
@ -149,12 +155,6 @@
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
x:Name="nbCard"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
<Slider
|
|
|
|
|
x:Name="SelectNbCard"
|
|
|
|
|
Maximum="100"
|
|
|
|
@ -165,6 +165,14 @@
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="150"
|
|
|
|
|
Value="100"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
x:Name="nbCard"
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
@ -189,7 +197,7 @@
|
|
|
|
|
Placeholder="Pseudo"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
MinimumWidthRequest="50"
|
|
|
|
|
WidthRequest="150"
|
|
|
|
|
WidthRequest="200"
|
|
|
|
|
MaxLength="18"
|
|
|
|
|
x:Name="FirstEntry"
|
|
|
|
|
IsTextPredictionEnabled="False"/>
|
|
|
|
|