make notes field selectable to close #595

This commit is contained in:
Philipp Crocoll
2019-12-16 12:48:36 +01:00
parent 7f5ec35ada
commit fd90b10444
2 changed files with 2 additions and 1 deletions

View File

@@ -829,7 +829,7 @@ namespace keepass2android
PopulateStandardText(Resource.Id.entry_comment, Resource.Id.entryfield_container_comment, PwDefs.NotesField);
RegisterTextPopup(FindViewById<RelativeLayout>(Resource.Id.comment_container),
FindViewById(Resource.Id.comment_vdots), PwDefs.NotesField);
PopulateText(Resource.Id.entry_tags, Resource.Id.entryfield_container_tags, concatTags(Entry.Tags));
PopulateText(Resource.Id.entry_override_url, Resource.Id.entryfield_container_overrideurl, Entry.OverrideUrl);

View File

@@ -221,6 +221,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_toLeftOf="@id/comment_vdots"
android:textIsSelectable="true"
style="@style/EntryItem" />
</RelativeLayout>
</LinearLayout>