Modification theme

pull/1/head
Matheo HERSAN 2 years ago
parent c6c03bae96
commit e3cb4e3761

@ -5,19 +5,20 @@
Title="loginPage"> Title="loginPage">
<StackLayout VerticalOptions="Center" HorizontalOptions="Center" BackgroundColor="{StaticResource BackgroundColor}"> <StackLayout VerticalOptions="Center" HorizontalOptions="Center">
<Label Text="Se connecter a MapManga" FontSize="Large" Margin="0,0,0,20" TextColor="{StaticResource TextColor}" /> <Label Text="Se connecter à MapManga" FontSize="Large" Margin="0,0,0,20"/>
<Entry Placeholder="Email" Margin="0,0,0,10" TextColor="{StaticResource TextColor}" PlaceholderColor="{StaticResource PlaceholderColor}" /> <Entry Placeholder="Email" Margin="0,0,0,10" />
<Entry Placeholder="Mot de passe" IsPassword="True" Margin="0,0,0,20" TextColor="{StaticResource TextColor}" PlaceholderColor="{StaticResource PlaceholderColor}" /> <Entry Placeholder="Mot de passe" IsPassword="True" Margin="0,0,0,20" />
<Button Text="Se connecter" Clicked="OnLoginClicked" BackgroundColor="{StaticResource ButtonBackgroundColor}" TextColor="{StaticResource ButtonTextColor}" /> <Button Text="Se connecter" Clicked="OnLoginClicked" BackgroundColor="MediumPurple" />
<StackLayout VerticalOptions="End" HorizontalOptions="Center" Orientation="Horizontal"> <StackLayout Orientation="Horizontal" HorizontalOptions="Center">
<Label Text="Pas de compte ? " TextColor="{StaticResource TextColor}" /> <Label Text="Pas de compte ? " />
<Label Text="S'inscrire" TextColor="{StaticResource ButtonBackgroundColor}" /> <Label Text="S'inscrire" TextColor="MediumPurple">
</Label>
</StackLayout> </StackLayout>
</StackLayout> </StackLayout>

@ -9,7 +9,7 @@
<StackLayout VerticalOptions="Center" HorizontalOptions="Center"> <StackLayout VerticalOptions="Center" HorizontalOptions="Center">
<Label Text="S'inscrire a MapManga" FontSize="Large" Margin="0,0,0,20"/> <Label Text="S'inscrire a MapManga" FontSize="Large" Margin="0,0,0,20" TextColor="#ffffff"/>
<Entry Placeholder="Email" Margin="0,0,0,10" /> <Entry Placeholder="Email" Margin="0,0,0,10" />
@ -22,7 +22,7 @@
<Button Text="S'inscire" Clicked="OnLoginClicked" BackgroundColor="MediumPurple"/> <Button Text="S'inscire" Clicked="OnLoginClicked" BackgroundColor="MediumPurple"/>
<StackLayout Orientation="Horizontal" HorizontalOptions="Center"> <StackLayout Orientation="Horizontal" HorizontalOptions="Center">
<Label Text="Pas de compte ? " /> <Label Text="Pas de compte ? " TextColor="#FFFFFF"/>
<Label Text="S'inscrire" TextColor="MediumPurple"> <Label Text="S'inscrire" TextColor="MediumPurple">
</Label> </Label>
</StackLayout> </StackLayout>

Loading…
Cancel
Save