1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-25 10:26:02 +02:00

improve home page spacing

This commit is contained in:
Kyle Spearrin 2019-05-02 12:26:09 -04:00
parent faf690d899
commit daa9bdfb8c

View File

@ -17,16 +17,18 @@
StyleClass="btn-muted, btn-icon, btn-icon-platform"
HorizontalOptions="Start"
Clicked="Settings_Clicked" />
<StackLayout VerticalOptions="CenterAndExpand" Spacing="15">
<StackLayout VerticalOptions="CenterAndExpand" Spacing="20">
<Image Source="logo.png"
VerticalOptions="Center" />
<Label Text="{u:I18n LoginOrCreateNewAccount}"
StyleClass="text-lg"
HorizontalTextAlignment="Center"></Label>
<Button Text="{u:I18n LogIn}"
<StackLayout Spacing="5">
<Button Text="{u:I18n LogIn}"
Clicked="LogIn_Clicked"></Button>
<Button Text="{u:I18n CreateAccount}"
<Button Text="{u:I18n CreateAccount}"
Clicked="Register_Clicked"></Button>
</StackLayout>
</StackLayout>
</StackLayout>