1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

update libs

This commit is contained in:
Kyle Spearrin
2018-06-29 14:09:53 -04:00
parent ac027ee3a0
commit 4bd1322904
7 changed files with 208 additions and 215 deletions

View File

@@ -401,8 +401,8 @@ namespace Bit.App.Pages
{
HorizontalOptions = LayoutOptions.FillAndExpand,
VerticalOptions = LayoutOptions.CenterAndExpand,
MaximumTrackColor = Color.Gray,
MinimumTrackColor = Color.Gray,
MaximumTrackColor = Color.LightGray,
MinimumTrackColor = Color.LightGray,
};
Value = new Label
@@ -410,7 +410,8 @@ namespace Bit.App.Pages
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Label)),
HorizontalOptions = LayoutOptions.End,
VerticalOptions = LayoutOptions.CenterAndExpand,
Style = (Style)Application.Current.Resources["text-muted"]
Style = (Style)Application.Current.Resources["text-muted"],
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
};
Value.SetBinding(Label.TextProperty, nameof(PasswordGeneratorPageModel.Length));