mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
spacing
This commit is contained in:
parent
364287028b
commit
bd74634201
2 changed files with 1840 additions and 3001 deletions
|
@ -23,7 +23,7 @@ namespace Bit.App.Pages
|
||||||
HorizontalTextAlignment = TextAlignment.Center,
|
HorizontalTextAlignment = TextAlignment.Center,
|
||||||
LineBreakMode = LineBreakMode.WordWrap,
|
LineBreakMode = LineBreakMode.WordWrap,
|
||||||
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
|
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
|
||||||
Margin = new Thickness(0, 0, 0, 20),
|
Margin = new Thickness(0, 0, 0, 15),
|
||||||
};
|
};
|
||||||
|
|
||||||
var turnOnLabel = new Label
|
var turnOnLabel = new Label
|
||||||
|
@ -32,7 +32,8 @@ namespace Bit.App.Pages
|
||||||
VerticalOptions = LayoutOptions.Start,
|
VerticalOptions = LayoutOptions.Start,
|
||||||
HorizontalOptions = LayoutOptions.Center,
|
HorizontalOptions = LayoutOptions.Center,
|
||||||
HorizontalTextAlignment = TextAlignment.Center,
|
HorizontalTextAlignment = TextAlignment.Center,
|
||||||
LineBreakMode = LineBreakMode.WordWrap
|
LineBreakMode = LineBreakMode.WordWrap,
|
||||||
|
Margin = new Thickness(0, 0, 0, 15),
|
||||||
};
|
};
|
||||||
|
|
||||||
var turnOnLabel1 = new Label
|
var turnOnLabel1 = new Label
|
||||||
|
|
4836
src/App/Resources/AppResources.Designer.cs
generated
4836
src/App/Resources/AppResources.Designer.cs
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue