This commit is contained in:
kspearrin 2018-09-21 16:25:31 -04:00
parent 364287028b
commit bd74634201
2 changed files with 1840 additions and 3001 deletions

View file

@ -23,7 +23,7 @@ namespace Bit.App.Pages
HorizontalTextAlignment = TextAlignment.Center,
LineBreakMode = LineBreakMode.WordWrap,
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
@ -32,7 +32,8 @@ namespace Bit.App.Pages
VerticalOptions = LayoutOptions.Start,
HorizontalOptions = LayoutOptions.Center,
HorizontalTextAlignment = TextAlignment.Center,
LineBreakMode = LineBreakMode.WordWrap
LineBreakMode = LineBreakMode.WordWrap,
Margin = new Thickness(0, 0, 0, 15),
};
var turnOnLabel1 = new Label

File diff suppressed because it is too large Load diff