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

@@ -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>