|
|
@ -5,11 +5,12 @@
|
|
|
|
Title="ProfilePage"
|
|
|
|
Title="ProfilePage"
|
|
|
|
BackgroundColor="{StaticResource BackgroundPrimary}">
|
|
|
|
BackgroundColor="{StaticResource BackgroundPrimary}">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|
Margin="20"
|
|
|
|
Margin="20"
|
|
|
|
RowDefinitions="Auto, *, Auto, Auto">
|
|
|
|
RowDefinitions="Auto, Auto, Auto, *">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Profile and return button -->
|
|
|
|
<!-- Profile label and return button -->
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
RowDefinitions="Auto, *"
|
|
|
|
RowDefinitions="Auto, *"
|
|
|
@ -42,6 +43,7 @@
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
StrokeShape="RoundRectangle 10000"
|
|
|
|
StrokeShape="RoundRectangle 10000"
|
|
|
|
MaximumHeightRequest="150"
|
|
|
|
MaximumHeightRequest="150"
|
|
|
|
|
|
|
|
MaximumWidthRequest="150"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}"
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}"
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}">
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}">
|
|
|
@ -67,6 +69,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- User inputs -->
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|
Grid.Row="2"
|
|
|
|
Grid.Row="2"
|
|
|
|
Margin="0, 20, 0, 0"
|
|
|
|
Margin="0, 20, 0, 0"
|
|
|
@ -110,8 +113,12 @@
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Save button -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout
|
|
|
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
|
|
|
VerticalOptions="End">
|
|
|
|
<Border
|
|
|
|
<Border
|
|
|
|
Grid.Row="4"
|
|
|
|
|
|
|
|
Margin="0, 30, 0, 0"
|
|
|
|
Margin="0, 30, 0, 0"
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}"
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}"
|
|
|
|
StrokeShape="RoundRectangle 12">
|
|
|
|
StrokeShape="RoundRectangle 12">
|
|
|
@ -121,10 +128,14 @@
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
Text="LOG IN"/>
|
|
|
|
Text="SAVE"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|