1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +00:00

Hide android soft keyboard. Android styling of table view.

This commit is contained in:
Kyle Spearrin
2016-08-18 19:09:01 -04:00
parent 8a47e99a2c
commit 1c4efb91b9
3 changed files with 23 additions and 5 deletions

View File

@@ -78,8 +78,7 @@ namespace Bit.App.Pages
ItemsSource = PresentationFolders,
HasUnevenRows = true,
GroupHeaderTemplate = new DataTemplate(() => new VaultListHeaderViewCell(this)),
ItemTemplate = new DataTemplate(() => new VaultListViewCell(this)),
BackgroundColor = Color.White
ItemTemplate = new DataTemplate(() => new VaultListViewCell(this))
};
if(Device.OS == TargetPlatform.iOS)
@@ -391,6 +390,8 @@ namespace Bit.App.Pages
Button.Image = "more";
Button.Command = new Command(() => ShowMore());
Button.BackgroundColor = Color.Transparent;
BackgroundColor = Color.White;
}
public VaultListPageModel.Site SiteParameter