|
|
@ -28,6 +28,7 @@
|
|
|
|
FontSize="24"
|
|
|
|
FontSize="24"
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
Text="Profile"
|
|
|
|
Text="Profile"
|
|
|
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
@ -54,13 +55,15 @@
|
|
|
|
FontSize="30"
|
|
|
|
FontSize="30"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
Text="%Profile_Name%"/>
|
|
|
|
Text="%Profile_Name%"
|
|
|
|
|
|
|
|
FontFamily="PoppinsBold"/>
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="2"
|
|
|
|
Grid.Row="2"
|
|
|
|
FontSize="16"
|
|
|
|
FontSize="16"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"
|
|
|
|
Text="Profile settings"/>
|
|
|
|
Text="Profile settings"
|
|
|
|
|
|
|
|
FontFamily="PoppinsBold"/>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
@ -71,6 +74,7 @@
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Text="Name"
|
|
|
|
Text="Name"
|
|
|
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
<Border
|
|
|
@ -88,6 +92,7 @@
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Row="2"
|
|
|
|
Grid.Row="2"
|
|
|
|
Text="Your Email"
|
|
|
|
Text="Your Email"
|
|
|
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"/>
|
|
|
|
<Border
|
|
|
|
<Border
|
|
|
|
Grid.Row="3"
|
|
|
|
Grid.Row="3"
|
|
|
@ -98,6 +103,7 @@
|
|
|
|
PlaceholderColor="{StaticResource TextColorSecondary}"
|
|
|
|
PlaceholderColor="{StaticResource TextColorSecondary}"
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
BackgroundColor="{StaticResource BackgroundSecondary}"
|
|
|
|
Text="%Profile_Mail%"
|
|
|
|
Text="%Profile_Mail%"
|
|
|
|
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
Placeholder="Place your mail address here"/>
|
|
|
|
Placeholder="Place your mail address here"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
@ -113,8 +119,9 @@
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
VerticalTextAlignment="Center">
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
LOG IN</Label>
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
|
|
|
|
Text="LOG IN"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|