mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
updated to forms 2.3.0. Few fixes to NoHeader and NoFooter for tableview on iOS.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Bit.App.Pages
|
||||
Password = new Label
|
||||
{
|
||||
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
|
||||
Margin = new Thickness(15, 40, 15, 0),
|
||||
Margin = new Thickness(15, 40, 15, 40),
|
||||
HorizontalTextAlignment = TextAlignment.Center,
|
||||
FontFamily = "Courier",
|
||||
LineBreakMode = LineBreakMode.TailTruncation,
|
||||
@@ -62,9 +62,11 @@ namespace Bit.App.Pages
|
||||
|
||||
var table = new ExtendedTableView
|
||||
{
|
||||
VerticalOptions = LayoutOptions.Start,
|
||||
EnableScrolling = false,
|
||||
Intent = TableIntent.Settings,
|
||||
HasUnevenRows = true,
|
||||
NoHeader = true,
|
||||
Root = new TableRoot
|
||||
{
|
||||
new TableSection
|
||||
|
||||
Reference in New Issue
Block a user