1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 05:33:23 +00:00

search page with name groups

This commit is contained in:
Kyle Spearrin
2017-11-25 15:43:43 -05:00
parent d8bb12b5f1
commit 9499b7f562
5 changed files with 399 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ namespace Bit.App.Controls
var stackLayout = new StackLayout
{
Padding = padding ?? new Thickness(16, 8, 0, 8),
Padding = padding ?? new Thickness(16, 8),
Children = { label },
Orientation = StackOrientation.Horizontal
};