imagebutton fleche_retour supprimé y en a un par defaut
continuous-integration/drone/push Build is passing Details

pull/19/head
Liam MONCHANIN 2 years ago
parent a764c8283d
commit 575bd32287

@ -34,38 +34,38 @@
PlaceholderColor="#74fabd" PlaceholderColor="#74fabd"
/> />
<Entry <Entry
Placeholder="Mot de passe" Placeholder="Mot de passe"
HorizontalOptions="Center" HorizontalOptions="Center"
VerticalOptions="Center" VerticalOptions="Center"
WidthRequest="600" WidthRequest="600"
HeightRequest="100" HeightRequest="100"
FontSize="32" FontSize="32"
Grid.Column="1" Grid.Column="1"
Grid.Row="2" Grid.Row="2"
IsPassword="true" IsPassword="true"
TextColor="#74fabd" TextColor="#74fabd"
BackgroundColor="#4A4A4A" BackgroundColor="#4A4A4A"
PlaceholderColor="#74fabd" PlaceholderColor="#74fabd"
/> />
<Entry <Entry
Placeholder ="Verif mot de passe" Placeholder ="Verif mot de passe"
HorizontalOptions="Center" HorizontalOptions="Center"
VerticalOptions="Center" VerticalOptions="Center"
WidthRequest="600" WidthRequest="600"
HeightRequest="100" HeightRequest="100"
FontSize="32" FontSize="32"
Grid.Column="1" Grid.Column="1"
Grid.Row="3" Grid.Row="3"
IsPassword="true" IsPassword="true"
TextColor="#74fabd" TextColor="#74fabd"
BackgroundColor="#4A4A4A" BackgroundColor="#4A4A4A"
PlaceholderColor="#74fabd" PlaceholderColor="#74fabd"
/> />
<Button <Button
Text="Valider" Text="Valider"
Grid.Column="1" Grid.Column="1"
Grid.Row="4" Grid.Row="4"
@ -78,18 +78,6 @@
CornerRadius="10" CornerRadius="10"
/> />
<ImageButton
Source="fleche_reour.png"
Grid.Column="0"
Grid.Row="0"
Margin="20"
HorizontalOptions="Start"
VerticalOptions="Start"
WidthRequest="50"
HeightRequest="50"
BackgroundColor="#4A4A4A"
CornerRadius="50"
/>
</Grid> </Grid>

Loading…
Cancel
Save