|
|
@ -21,7 +21,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
|
Source="arrow_back.svg"/>
|
|
|
|
Source="arrow_back.svg"
|
|
|
|
|
|
|
|
Clicked="OnBackButtonClicked"/>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Margin="-40,10,0,0"
|
|
|
|
Margin="-40,10,0,0"
|
|
|
@ -78,7 +79,8 @@
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
FontFamily="PoppinsMedium"
|
|
|
|
FontFamily="PoppinsMedium"
|
|
|
|
TextColor="White"
|
|
|
|
TextColor="White"
|
|
|
|
Text="That's been my email"/>
|
|
|
|
Text="That's been my email"
|
|
|
|
|
|
|
|
/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
@ -136,7 +138,8 @@
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
FontFamily="PoppinsMedium"
|
|
|
|
FontFamily="PoppinsMedium"
|
|
|
|
TextColor="White"
|
|
|
|
TextColor="White"
|
|
|
|
Text="Confirm my email"/>
|
|
|
|
Text="Confirm my email"
|
|
|
|
|
|
|
|
Clicked="OnRegiterButtonTapped"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|