1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

pin lock page modifications

This commit is contained in:
Kyle Spearrin
2016-06-06 21:13:00 -04:00
parent 89e4189779
commit 15e154feb0
4 changed files with 20 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ namespace Bit.App.Controls
Entry = new ExtendedEntry
{
Keyboard = Keyboard.Numeric,
IsVisible = false,
MaxLength = 4
MaxLength = 4,
Margin = new Thickness(0, int.MaxValue, 0, 0)
};
Entry.SetBinding<PinPageModel>(Xamarin.Forms.Entry.TextProperty, s => s.PIN);
Entry.TextChanged += PinEntry_TextChanged;