|
|
@ -76,7 +76,7 @@
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|
Grid.Row="2"
|
|
|
|
Grid.Row="2"
|
|
|
|
Padding="0, 20, 0, 0"
|
|
|
|
Padding="0, 20, 0, 0"
|
|
|
|
RowDefinitions="Auto, *, Auto, *">
|
|
|
|
RowDefinitions="Auto, *, Auto, Auto,Auto">
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Text="Name"
|
|
|
|
Text="Name"
|
|
|
@ -106,6 +106,18 @@
|
|
|
|
Text="%Profile_Mail%"
|
|
|
|
Text="%Profile_Mail%"
|
|
|
|
Placeholder="Place your email address here"/>
|
|
|
|
Placeholder="Place your email address here"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
|
|
|
Grid.Row="4"
|
|
|
|
|
|
|
|
Margin="0, 30, 0, 0"
|
|
|
|
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}"
|
|
|
|
|
|
|
|
StrokeShape="RoundRectangle 12">
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
|
|
|
|
FontFamily="PoppinsMedium"
|
|
|
|
|
|
|
|
TextColor="White"
|
|
|
|
|
|
|
|
Text="Change My Password"
|
|
|
|
|
|
|
|
Clicked="ChangeMyPasswordClicked"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|