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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user