mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
improve home page spacing
This commit is contained in:
parent
faf690d899
commit
daa9bdfb8c
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue