Modification theme

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

@ -3,21 +3,22 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MangaMap.Views.loginPage"
Title="loginPage">
<StackLayout VerticalOptions="Center" HorizontalOptions="Center">
<StackLayout VerticalOptions="Center" HorizontalOptions="Center" BackgroundColor="{StaticResource BackgroundColor}">
<Label Text="Se connecter à MapManga" FontSize="Large" Margin="0,0,0,20"/>
<Label Text="Se connecter a MapManga" FontSize="Large" Margin="0,0,0,20" TextColor="{StaticResource TextColor}" />
<Entry Placeholder="Email" Margin="0,0,0,10" />
<Entry Placeholder="Email" Margin="0,0,0,10" TextColor="{StaticResource TextColor}" PlaceholderColor="{StaticResource PlaceholderColor}" />
<Entry Placeholder="Mot de passe" IsPassword="True" Margin="0,0,0,20" />
<Entry Placeholder="Mot de passe" IsPassword="True" Margin="0,0,0,20" TextColor="{StaticResource TextColor}" PlaceholderColor="{StaticResource PlaceholderColor}" />
<Button Text="Se connecter" Clicked="OnLoginClicked" BackgroundColor="MediumPurple" />
<Button Text="Se connecter" Clicked="OnLoginClicked" BackgroundColor="{StaticResource ButtonBackgroundColor}" TextColor="{StaticResource ButtonTextColor}" />
<StackLayout VerticalOptions="End" HorizontalOptions="Center" Orientation="Horizontal">
<Label Text="Pas de compte ? " TextColor="{StaticResource TextColor}" />
<Label Text="S'inscrire" TextColor="{StaticResource ButtonBackgroundColor}" />
<StackLayout Orientation="Horizontal" HorizontalOptions="Center">
<Label Text="Pas de compte ? " />
<Label Text="S'inscrire" TextColor="MediumPurple">
</Label>
</StackLayout>
</StackLayout>

@ -9,7 +9,7 @@
<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" />
@ -22,7 +22,7 @@
<Button Text="S'inscire" Clicked="OnLoginClicked" BackgroundColor="MediumPurple"/>
<StackLayout Orientation="Horizontal" HorizontalOptions="Center">
<Label Text="Pas de compte ? " />
<Label Text="Pas de compte ? " TextColor="#FFFFFF"/>
<Label Text="S'inscrire" TextColor="MediumPurple">
</Label>
</StackLayout>

Loading…
Cancel
Save