added second half of login page (missing social network logos)

pull/11/head
Maxime BATISTA 2 years ago
parent e7249163b1
commit abf61c7c44

@ -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>
Loading…
Cancel
Save