mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
adjust bottom paddings on listviews/tableviews
This commit is contained in:
@@ -71,6 +71,10 @@ namespace Bit.App.Pages
|
||||
table.RowHeight = -1;
|
||||
table.EstimatedRowHeight = 100;
|
||||
}
|
||||
else if(Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
table.BottomPadding = 50;
|
||||
}
|
||||
|
||||
Title = AppResources.Tools;
|
||||
Content = table;
|
||||
|
||||
Reference in New Issue
Block a user