mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 10:28:28 +03:00
word wrap name cell
This commit is contained in:
parent
b16da90e42
commit
45c0ec9035
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ namespace Bit.App.Pages
|
||||||
// Name
|
// Name
|
||||||
var nameCell = new LabeledValueCell(AppResources.Name);
|
var nameCell = new LabeledValueCell(AppResources.Name);
|
||||||
nameCell.Value.SetBinding(Label.TextProperty, nameof(VaultViewCipherPageModel.Name));
|
nameCell.Value.SetBinding(Label.TextProperty, nameof(VaultViewCipherPageModel.Name));
|
||||||
|
nameCell.Value.LineBreakMode = LineBreakMode.WordWrap;
|
||||||
|
|
||||||
// Notes
|
// Notes
|
||||||
NotesCell = new LabeledValueCell();
|
NotesCell = new LabeledValueCell();
|
||||||
|
|
Loading…
Reference in a new issue