1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00

switch tools to grid layout cells

This commit is contained in:
Kyle Spearrin
2016-12-19 08:32:32 -05:00
parent 83985965f2
commit 936f65ecc9
2 changed files with 21 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ namespace Bit.App
}
}
public static void AdjustPaddingForDevice(this StackLayout view)
public static void AdjustPaddingForDevice(this Layout view)
{
if(Device.OS == TargetPlatform.Android)
{