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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user