ajout verticalStackLayout

pull/30/head
Leo TUAILLON 2 years ago
parent c1f8967407
commit 3c7f6eec45

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

Loading…
Cancel
Save