mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
adjust bottom paddings on listviews/tableviews
This commit is contained in:
@@ -158,6 +158,10 @@ namespace Bit.App.Pages
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
|
||||
}
|
||||
}
|
||||
else if(Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
table.BottomPadding = 50;
|
||||
}
|
||||
|
||||
var stackLayout = new StackLayout
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user