|
|
@ -26,12 +26,10 @@
|
|
|
|
<Button Text="S'inscire" Clicked="OnSignUpClicked" Style="{StaticResource Bouton}"/>
|
|
|
|
<Button Text="S'inscire" Clicked="OnSignUpClicked" Style="{StaticResource Bouton}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<StackLayout Orientation="Horizontal" HorizontalOptions="Center">
|
|
|
|
<StackLayout Orientation="Horizontal" HorizontalOptions="Center">
|
|
|
|
<Label Text="Déjà un compte ? " TextColor="#FFFFFF"/>
|
|
|
|
<Label Text="Déjà un compte ? " TextColor="#FFFFFF" Margin="0,0,5,0"/>
|
|
|
|
<Label Text="Se connecter" TextColor="{StaticResource Primary}"/>
|
|
|
|
<Label Text="Se connecter" TextColor="{StaticResource Primary}"/>
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|