1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-28 10:54:59 +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" StyleClass="btn-muted, btn-icon, btn-icon-platform"
HorizontalOptions="Start" HorizontalOptions="Start"
Clicked="Settings_Clicked" /> Clicked="Settings_Clicked" />
<StackLayout VerticalOptions="CenterAndExpand" Spacing="15"> <StackLayout VerticalOptions="CenterAndExpand" Spacing="20">
<Image Source="logo.png" <Image Source="logo.png"
VerticalOptions="Center" /> VerticalOptions="Center" />
<Label Text="{u:I18n LoginOrCreateNewAccount}" <Label Text="{u:I18n LoginOrCreateNewAccount}"
StyleClass="text-lg" StyleClass="text-lg"
HorizontalTextAlignment="Center"></Label> HorizontalTextAlignment="Center"></Label>
<Button Text="{u:I18n LogIn}" <StackLayout Spacing="5">
<Button Text="{u:I18n LogIn}"
Clicked="LogIn_Clicked"></Button> Clicked="LogIn_Clicked"></Button>
<Button Text="{u:I18n CreateAccount}" <Button Text="{u:I18n CreateAccount}"
Clicked="Register_Clicked"></Button> Clicked="Register_Clicked"></Button>
</StackLayout>
</StackLayout> </StackLayout>
</StackLayout> </StackLayout>