mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
generator buttons on different lines
This commit is contained in:
@@ -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,7 +37,6 @@
|
|||||||
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>
|
||||||
@@ -45,7 +44,6 @@
|
|||||||
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">
|
||||||
<Label Text="{u:I18n Options}"
|
<Label Text="{u:I18n Options}"
|
||||||
|
|||||||
Reference in New Issue
Block a user