|
|
|
@ -10,15 +10,15 @@
|
|
|
|
|
|
|
|
|
|
<Label Text="S'inscrire a MapManga" FontSize="Large" Margin="0,0,0,20" TextColor="#ffffff"/>
|
|
|
|
|
|
|
|
|
|
<Entry Placeholder="Email" Margin="0,0,0,10" BackgroundColor="#EFF0F2"/>
|
|
|
|
|
<Entry Placeholder="Email" Margin="0,0,0,10" BackgroundColor="#EFF0F2" TextColor="{StaticResource Black}"/>
|
|
|
|
|
|
|
|
|
|
<Entry Placeholder="Nom d'utilisateur" Margin="0,0,0,10" BackgroundColor="#EFF0F2"/>
|
|
|
|
|
<Entry Placeholder="Nom d'utilisateur" Margin="0,0,0,10" BackgroundColor="#EFF0F2" TextColor="{StaticResource Black}"/>
|
|
|
|
|
|
|
|
|
|
<Entry Placeholder="Mot de passe" IsPassword="True" Margin="0,0,0,10" BackgroundColor="#EFF0F2"/>
|
|
|
|
|
<Entry Placeholder="Mot de passe" IsPassword="True" Margin="0,0,0,10" BackgroundColor="#EFF0F2" TextColor="{StaticResource Black}"/>
|
|
|
|
|
|
|
|
|
|
<Entry Placeholder="Confirmer le mot de passe" IsPassword="True" Margin="0,0,0,20" BackgroundColor="#EFF0F2"/>
|
|
|
|
|
<Entry Placeholder="Confirmer le mot de passe" IsPassword="True" Margin="0,0,0,20" BackgroundColor="#EFF0F2" TextColor="{StaticResource Black}"/>
|
|
|
|
|
|
|
|
|
|
<Button Text="S'inscire" Clicked="OnLoginClicked" BackgroundColor="{StaticResource Primary}"/>
|
|
|
|
|
<Button Text="S'inscire" Clicked="OnLoginClicked" BackgroundColor="{StaticResource Primary}" TextColor="#FFFFFF"/>
|
|
|
|
|
|
|
|
|
|
<StackLayout Orientation="Horizontal" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Pas de compte ? " TextColor="#FFFFFF"/>
|
|
|
|
|