mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
generator buttons on different lines
This commit is contained in:
parent
67da9387ff
commit
e59ac5d65d
1 changed files with 3 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
||||||
</ContentPage.Resources>
|
</ContentPage.Resources>
|
||||||
|
|
||||||
<ScrollView Padding="0, 0, 0, 20">
|
<ScrollView Padding="0, 0, 0, 20">
|
||||||
<StackLayout Spacing="20">
|
<StackLayout Spacing="0" Padding="0">
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<controls:MonoLabel
|
<controls:MonoLabel
|
||||||
Text="{Binding Password}"
|
Text="{Binding Password}"
|
||||||
|
@ -37,14 +37,12 @@
|
||||||
StyleClass="text-lg"
|
StyleClass="text-lg"
|
||||||
HorizontalTextAlignment="Center"
|
HorizontalTextAlignment="Center"
|
||||||
LineBreakMode="CharacterWrap" />
|
LineBreakMode="CharacterWrap" />
|
||||||
<StackLayout Orientation="Horizontal">
|
<Button Text="{u:I18n RegeneratePassword}"
|
||||||
<Button Text="{u:I18n RegeneratePassword}"
|
|
||||||
HorizontalOptions="FillAndExpand"
|
HorizontalOptions="FillAndExpand"
|
||||||
Clicked="Regenerate_Clicked"></Button>
|
Clicked="Regenerate_Clicked"></Button>
|
||||||
<Button Text="{u:I18n CopyPassword}"
|
<Button Text="{u:I18n CopyPassword}"
|
||||||
HorizontalOptions="FillAndExpand"
|
HorizontalOptions="FillAndExpand"
|
||||||
Clicked="Copy_Clicked"></Button>
|
Clicked="Copy_Clicked"></Button>
|
||||||
</StackLayout>
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<StackLayout StyleClass="box-row-header">
|
<StackLayout StyleClass="box-row-header">
|
||||||
|
|
Loading…
Reference in a new issue