1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00

Fixes to android. Added assets for android.

This commit is contained in:
Kyle Spearrin
2016-08-13 00:30:41 -04:00
parent 1caa6b8248
commit 748698b33f
105 changed files with 6749 additions and 383 deletions

View File

@@ -43,7 +43,7 @@ namespace Bit.App.Pages
var padding = new Thickness(15, 20);
PasswordHintCell = new FormEntryCell("Master Password Hint (optional)", useLabelAsPlaceholder: true,
imageSource: "lightbulb-o", containerPadding: padding);
imageSource: "lightbulb", containerPadding: padding);
ConfirmPasswordCell = new FormEntryCell("Re-type Master Password", IsPassword: true,
nextElement: PasswordHintCell.Entry, useLabelAsPlaceholder: true, imageSource: "lock", containerPadding: padding);
PasswordCell = new FormEntryCell(AppResources.MasterPassword, IsPassword: true,