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

Added reflection service to handle sizerequest for extendedtableview. Remove footer spacing on uitableview ios renderer.

This commit is contained in:
Kyle Spearrin
2016-07-03 02:57:09 -04:00
parent ec419a2306
commit b9c823b0aa
12 changed files with 121 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ namespace Bit.App.Pages
Margin = new Thickness(15, 40, 15, 0),
HorizontalTextAlignment = TextAlignment.Center,
FontFamily = "Courier",
LineBreakMode = LineBreakMode.TailTruncation
LineBreakMode = LineBreakMode.TailTruncation,
VerticalOptions = LayoutOptions.Start
};
var tgr = new TapGestureRecognizer();
@@ -64,6 +65,7 @@ namespace Bit.App.Pages
EnableScrolling = false,
Intent = TableIntent.Menu,
HasUnevenRows = true,
VerticalOptions = LayoutOptions.End,
Root = new TableRoot
{
new TableSection