1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

Password hint page

This commit is contained in:
Kyle Spearrin
2016-07-23 00:40:17 -04:00
parent aed04828e9
commit 2911af2c16
7 changed files with 204 additions and 7 deletions

View File

@@ -187,7 +187,7 @@ namespace Bit.App.Pages
Intent = TableIntent.Settings;
EnableScrolling = false;
HasUnevenRows = true;
EnableSelection = false;
EnableSelection = true;
VerticalOptions = LayoutOptions.Start;
NoFooter = true;
}