|
|
|
@ -38,82 +38,83 @@
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
Margin="0, 20, 0, 0"
|
|
|
|
|
RowDefinitions="Auto, *, Auto, *,Auto,*">
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Text="Old Password Here :"
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
Margin="0,30,10,20">
|
|
|
|
|
<Grid
|
|
|
|
|
Padding="5"
|
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
|
ColumnDefinitions="Auto,Auto,*">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Source="password_icon.svg">
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Old Password"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Text="New Password Here :"
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
Margin="0,30,0,20">
|
|
|
|
|
<Grid
|
|
|
|
|
Padding="5"
|
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
|
ColumnDefinitions="Auto,Auto,*">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Source="password_icon.svg">
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Old Password"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Text="Confirm New Password Here :"
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
Margin="0,0,0,0"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Text="Old Password Here :"
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
Margin="0,30,10,20">
|
|
|
|
|
<Grid
|
|
|
|
|
Padding="5"
|
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
|
ColumnDefinitions="Auto,Auto,*">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Source="password_icon.svg">
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Old Password"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Text="New Password Here :"
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
Margin="0,30,0,20">
|
|
|
|
|
<Grid
|
|
|
|
|
Padding="5"
|
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
|
ColumnDefinitions="Auto,Auto,*">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Source="password_icon.svg">
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Old Password"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Text="Confirm New Password Here :"
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
Margin="0,0,0,0"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
Margin="0,30,0,20">
|
|
|
|
|
<Grid
|
|
|
|
|
Padding="5"
|
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
|
ColumnDefinitions="Auto,Auto,*">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Source="password_icon.svg">
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Old Password"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
Margin="0,30,0,20">
|
|
|
|
|
<Grid
|
|
|
|
|
Padding="5"
|
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
|
ColumnDefinitions="Auto,Auto,*">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Source="password_icon.svg">
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Old Password"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|