|
|
|
@ -34,38 +34,38 @@
|
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Entry
|
|
|
|
|
Placeholder="Mot de passe"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="600"
|
|
|
|
|
HeightRequest="100"
|
|
|
|
|
FontSize="32"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
IsPassword="true"
|
|
|
|
|
TextColor="#74fabd"
|
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
|
/>
|
|
|
|
|
<Entry
|
|
|
|
|
Placeholder="Mot de passe"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="600"
|
|
|
|
|
HeightRequest="100"
|
|
|
|
|
FontSize="32"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
IsPassword="true"
|
|
|
|
|
TextColor="#74fabd"
|
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Entry
|
|
|
|
|
Placeholder ="Verif mot de passe"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="600"
|
|
|
|
|
HeightRequest="100"
|
|
|
|
|
FontSize="32"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
IsPassword="true"
|
|
|
|
|
TextColor="#74fabd"
|
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
|
/>
|
|
|
|
|
<Entry
|
|
|
|
|
Placeholder ="Verif mot de passe"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
WidthRequest="600"
|
|
|
|
|
HeightRequest="100"
|
|
|
|
|
FontSize="32"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
IsPassword="true"
|
|
|
|
|
TextColor="#74fabd"
|
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
<Button
|
|
|
|
|
Text="Valider"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Grid.Row="4"
|
|
|
|
@ -78,18 +78,6 @@
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|