added PoppinsFont in Profile page

pull/12/head
maxime.BATISTA@etu.uca.fr 2 years ago
parent 9d04f3b5a5
commit a58d30ee3f

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

Loading…
Cancel
Save