MODIFY couleur vert -> bleu plus continuite de la page searchMob

pull/32/head
Yannis DOUMIR FERNANDES 2 years ago
parent d99f63dcbe
commit 4171ef0375

@ -34,7 +34,7 @@
WidthRequest="200"
BackgroundColor="DimGrey"
Placeholder="Identifiant"
PlaceholderColor="DarkSlateGrey"
PlaceholderColor="CornflowerBlue"
/>
<Label
@ -45,12 +45,14 @@
<Entry WidthRequest="200"
BackgroundColor="DimGrey"
Placeholder="Mot de passe"
PlaceholderColor="DarkSlateGrey"/>
PlaceholderColor="CornflowerBlue"/>
<Button
Text="Valider"
WidthRequest="150"
Margin="10"/>
Margin="10"
BackgroundColor="#6193b7"
BorderColor="CornflowerBlue"/>
</FlexLayout>

@ -30,15 +30,15 @@
<Entry
MaxLength="50"
Placeholder="Entrez votre nom"
PlaceholderColor="DarkSlateGray"
PlaceholderColor="CornflowerBlue"
WidthRequest="200"
BackgroundColor="DimGrey"
/>
<Entry
MaxLength="50"
Placeholder="Entrez votre nom"
PlaceholderColor="DarkSlateGray"
Placeholder="Entrez votre prenom"
PlaceholderColor="CornflowerBlue"
Margin="5"
WidthRequest="200"
BackgroundColor="DimGrey"
@ -47,15 +47,16 @@
<Entry
MaxLength="50"
Placeholder="Entrez votre mail"
PlaceholderColor="DarkSlateGray"
PlaceholderColor="CornflowerBlue"
WidthRequest="200"
BackgroundColor="DimGrey"
/>
<Entry
MaxLength="50"
Placeholder="Entrez votre mot de passe"
PlaceholderColor="DarkSlateGray"
PlaceholderColor="CornflowerBlue"
Margin="5"
WidthRequest="200"
BackgroundColor="DimGrey"
@ -66,7 +67,8 @@
Text="Valider"
FontSize="20"
WidthRequest="200"
BorderColor="DarkGreen"/>
BorderColor="CornflowerBlue"
BackgroundColor="#6193b7"/>

@ -15,31 +15,33 @@
AlignItems="Center">
<Label
Text="Bienvenue !"
VerticalOptions="Center"
HorizontalOptions="Center"
FontSize="38"
HeightRequest="100" />
Text="Bienvenue !"
VerticalOptions="Center"
HorizontalOptions="Center"
FontSize="38"
HeightRequest="100" />
<Button
Text="Se connecter"
FontSize="20"
WidthRequest="250"
HeightRequest="70"
BorderColor="Black"
BorderWidth="2"
Margin="5"
BackgroundColor="#6193b7"/>
<Button
Text="Se connecter"
FontSize="20"
WidthRequest="250"
HeightRequest="70"
BorderColor="Black"
BorderWidth="2"
Margin="5" />
<Button
Text="Créer un compte"
FontSize="20"
WidthRequest="250"
HeightRequest="70"
BorderColor="Black"
BorderWidth="2"
Margin="5" />
Text="Créer un compte"
FontSize="20"
WidthRequest="250"
HeightRequest="70"
BorderColor="Black"
BorderWidth="2"
Margin="5"
BackgroundColor="#6193b7"/>
</FlexLayout>

@ -5,36 +5,41 @@
x:Class="Vues.SearchMob"
>
<toolkit:DockLayout>
<VerticalStackLayout
BackgroundColor="ForestGreen"
toolkit:DockLayout.DockPosition="Left">
BackgroundColor="#153f5d"
toolkit:DockLayout.DockPosition="Left"
WidthRequest="350">
<Button Text="déconnexion"
FontSize="10"
BackgroundColor="#6193b7"/>
<SearchBar Placeholder="Rechercher un monstre"
PlaceholderColor="DimGray"
CancelButtonColor="DimGray"/>
<Button Text="Coucou" />
<Button Text="Coucou" />
<Button Text="Coucou" />
<Button Text="Coucou" />
<Button Text="Coucou" />
</VerticalStackLayout>
<VerticalStackLayout
BackgroundColor="DarkSeaGreen"
toolkit:DockLayout.DockPosition="Right">
<Button Text="Coucou" />
<VerticalStackLayout
BackgroundColor="#6193b7"
toolkit:DockLayout.DockPosition="Right"
WidthRequest="600">
</VerticalStackLayout>
</VerticalStackLayout>
<VerticalStackLayout
BackgroundColor="DarkSeaGreen">
</VerticalStackLayout>
BackgroundColor="#6193b7"
toolkit:DockLayout.DockPosition="Top">
</VerticalStackLayout>
</toolkit:DockLayout>
</ContentPage>
Loading…
Cancel
Save