|
|
@ -157,13 +157,15 @@
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
</StackLayout>-->
|
|
|
|
</StackLayout>-->
|
|
|
|
|
|
|
|
|
|
|
|
<StackLayout
|
|
|
|
<ScrollView
|
|
|
|
x:Name="NameList"
|
|
|
|
|
|
|
|
Grid.Column="0"
|
|
|
|
Grid.Column="0"
|
|
|
|
Grid.Row="1"
|
|
|
|
Grid.Row="1"
|
|
|
|
Margin="10,0,0,0">
|
|
|
|
Margin="10,0,0,0">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackLayout
|
|
|
|
|
|
|
|
x:Name="NameList">
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Text="Entrer vos pseudo ici:"
|
|
|
|
Text="Entrer vos pseudo ici:"
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
TextColor="{DynamicResource WhiteColor}"
|
|
|
|
FontSize="16"
|
|
|
|
FontSize="16"
|
|
|
@ -176,9 +178,9 @@
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
MinimumWidthRequest="50"
|
|
|
|
MinimumWidthRequest="50"
|
|
|
|
WidthRequest="200"/>
|
|
|
|
WidthRequest="200"/>
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|