1
0
mirror of https://github.com/etesync/android synced 2025-01-23 14:10:54 +00:00

Journal viewer: make raw journal entries's text selectable.

This commit is contained in:
Tom Hacohen 2019-09-05 20:23:36 +01:00
parent ffb7f53c0a
commit d8cb979d36

View File

@ -11,6 +11,7 @@
<TextView
android:id="@+id/content"
android:textIsSelectable="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/activity_margin" />