|
|
|
@ -60,8 +60,9 @@
|
|
|
|
|
</Image>
|
|
|
|
|
<Entry
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
Placeholder="Mail address"
|
|
|
|
|
TextColor="Black"></Entry>
|
|
|
|
|
Placeholder="Password"
|
|
|
|
|
TextColor="Black"
|
|
|
|
|
IsPassword="True"></Entry>
|
|
|
|
|
<ImageButton
|
|
|
|
|
Grid.Column="3"
|
|
|
|
|
Source="visibility_off.svg"
|
|
|
|
@ -89,6 +90,56 @@
|
|
|
|
|
LOG IN</Label>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Margin="0, 20, 0, 0"
|
|
|
|
|
Spacing="6">
|
|
|
|
|
<Rectangle
|
|
|
|
|
BackgroundColor="Gray"
|
|
|
|
|
WidthRequest="15"
|
|
|
|
|
HeightRequest="3"/>
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}">
|
|
|
|
|
Or continue with</Label>
|
|
|
|
|
<Rectangle
|
|
|
|
|
BackgroundColor="Gray"
|
|
|
|
|
WidthRequest="15"
|
|
|
|
|
HeightRequest="3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout
|
|
|
|
|
Margin="0, 20, 0, 0"
|
|
|
|
|
Spacing="15"
|
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
<Border
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
WidthRequest="75"
|
|
|
|
|
BackgroundColor="#e9f4ff"
|
|
|
|
|
StrokeShape="RoundRectangle 25 25 25 25"
|
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}">
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
WidthRequest="75"
|
|
|
|
|
BackgroundColor="#4460a0"
|
|
|
|
|
StrokeShape="RoundRectangle 25 25 25 25"
|
|
|
|
|
Stroke="{StaticResource BackgroundPrimary}">
|
|
|
|
|
</Border>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout
|
|
|
|
|
Spacing="4"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Margin="0, 20, 0, 0">
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{StaticResource TextColorPrimary}">
|
|
|
|
|
New User?</Label>
|
|
|
|
|
<Label
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
TextColor="{StaticResource TextColorPrimary}">
|
|
|
|
|
Create Account</Label>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ContentPage>
|