mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
origin padding since it doesnt seem to work
This commit is contained in:
parent
f79efadd82
commit
9b54862450
2 changed files with 345 additions and 369 deletions
712
src/Android/Resources/Resource.Designer.cs
generated
712
src/Android/Resources/Resource.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ namespace Bit.App.Controls
|
||||||
|
|
||||||
var stackLayout = new StackLayout
|
var stackLayout = new StackLayout
|
||||||
{
|
{
|
||||||
Padding = padding ?? new Thickness(16, Helpers.OnPlatform(2, 8, 8, 8)),
|
Padding = padding ?? new Thickness(16, 8),
|
||||||
Children = { label },
|
Children = { label },
|
||||||
Orientation = StackOrientation.Horizontal
|
Orientation = StackOrientation.Horizontal
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue